jamdict-data


Namejamdict-data JSON
Version 1.5 PyPI version JSON
download
home_pagehttps://github.com/neocl/jamdict_data
SummaryPrecompiled database for jamdict library for manipulating Jim Breen's JMdict, KanjiDic2, KRADFILE and JMnedict. Compiled date: 17 Apr 2021.
upload_time2021-04-17 09:02:19
maintainer
docs_urlNone
authorLe Tuan Anh
requires_python
licenseMIT License
keywords nlp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Jamdict database

A precompiled database that contains Jim Breen's JMdict, KanjiDic2, KRADFILE and JMnedict.

This package is intended for using with [jamdict](https://pypi.org/project/jamdict/) package.
For more information, please visit:

- Jamdict documentation: https://jamdict.readthedocs.io/
- Jamdict on PyPI: https://pypi.org/project/jamdict/
- Jamdict source code: https://github.com/neocl/jamdict/
- Dictionary source files are available on: https://www.edrdg.org/wiki/

Compiled date: 17 Apr 2021

## Installation

`jamdict-data` is available on PyPI and can be installed with:

```bash
pip install jamdict-data
```

The database is also available on Google Drive:

https://drive.google.com/drive/u/1/folders/1z4zF9ImZlNeTZZplflvvnpZfJp3WVLPk

## Development

1. Compile Jamdict database file `jamdict.db` using jamdict library
2. Compress the database using xz
3. Copy `jamdict.db.xz` into `jamdict_data` package folder and run sdist command

```bash
python3 setup.py sdist
```

## Dictionaries license

All dictionaries in this package are licensed under CC BY-SA 3.0.

Read more here: https://www.edrdg.org/edrdg/licence.html
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/neocl/jamdict_data",
    "name": "jamdict-data",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "nlp",
    "author": "Le Tuan Anh",
    "author_email": "tuananh.ke@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/97/a5/075928aed2b3b70459fc1db396397dfa6714d266c143c51af9b648551a4e/jamdict_data-1.5.tar.gz",
    "platform": "any",
    "description": "# Jamdict database\n\nA precompiled database that contains Jim Breen's JMdict, KanjiDic2, KRADFILE and JMnedict.\n\nThis package is intended for using with [jamdict](https://pypi.org/project/jamdict/) package.\nFor more information, please visit:\n\n- Jamdict documentation: https://jamdict.readthedocs.io/\n- Jamdict on PyPI: https://pypi.org/project/jamdict/\n- Jamdict source code: https://github.com/neocl/jamdict/\n- Dictionary source files are available on: https://www.edrdg.org/wiki/\n\nCompiled date: 17 Apr 2021\n\n## Installation\n\n`jamdict-data` is available on PyPI and can be installed with:\n\n```bash\npip install jamdict-data\n```\n\nThe database is also available on Google Drive:\n\nhttps://drive.google.com/drive/u/1/folders/1z4zF9ImZlNeTZZplflvvnpZfJp3WVLPk\n\n## Development\n\n1. Compile Jamdict database file `jamdict.db` using jamdict library\n2. Compress the database using xz\n3. Copy `jamdict.db.xz` into `jamdict_data` package folder and run sdist command\n\n```bash\npython3 setup.py sdist\n```\n\n## Dictionaries license\n\nAll dictionaries in this package are licensed under CC BY-SA 3.0.\n\nRead more here: https://www.edrdg.org/edrdg/licence.html",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Precompiled database for jamdict library for manipulating Jim Breen's JMdict, KanjiDic2, KRADFILE and JMnedict. Compiled date: 17 Apr 2021.",
    "version": "1.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/neocl/jamdict_data/issues",
        "Homepage": "https://github.com/neocl/jamdict_data",
        "Source Code": "https://github.com/neocl/jamdict_data/"
    },
    "split_keywords": [
        "nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97a5075928aed2b3b70459fc1db396397dfa6714d266c143c51af9b648551a4e",
                "md5": "b36cd3df2017ab3d47976df4535e4290",
                "sha256": "a4247dd9bb3148ab17c1b32fc56d7a7f1c35293b0d6ff2838c811f896d13f415"
            },
            "downloads": -1,
            "filename": "jamdict_data-1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b36cd3df2017ab3d47976df4535e4290",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 53940912,
            "upload_time": "2021-04-17T09:02:19",
            "upload_time_iso_8601": "2021-04-17T09:02:19.842417Z",
            "url": "https://files.pythonhosted.org/packages/97/a5/075928aed2b3b70459fc1db396397dfa6714d266c143c51af9b648551a4e/jamdict_data-1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-04-17 09:02:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "neocl",
    "github_project": "jamdict_data",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jamdict-data"
}
        
Elapsed time: 0.41669s