jamdict-data-fix


Namejamdict-data-fix JSON
Version 1.5.1a2 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_time2024-11-23 17:32:33
maintainerNone
docs_urlNone
authorLe Tuan Anh
requires_pythonNone
licenseMIT License
keywords nlp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a fix for an issue that makes jamdict_data uninstallable on windows. It's just changing one line. This will never be updated, even if jamdict_data will!

# 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-fix",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "nlp",
    "author": "Le Tuan Anh",
    "author_email": "tuananh.ke@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b3/ff/afd77047b08d122797d85a0f1da564c884cb3525f4a251c7367de91de7a2/jamdict_data_fix-1.5.1a2.tar.gz",
    "platform": "any",
    "description": "This is a fix for an issue that makes jamdict_data uninstallable on windows. It's just changing one line. This will never be updated, even if jamdict_data will!\n\n# 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\n",
    "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.1a2",
    "project_urls": {
        "Homepage": "https://github.com/neocl/jamdict_data"
    },
    "split_keywords": [
        "nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3ffafd77047b08d122797d85a0f1da564c884cb3525f4a251c7367de91de7a2",
                "md5": "19fe56a99da432421320d0a1a3c283e6",
                "sha256": "f1c72a8f6c86be150cb068a0318973f5db62759fa6c31f21bee0ca21f27e5cd4"
            },
            "downloads": -1,
            "filename": "jamdict_data_fix-1.5.1a2.tar.gz",
            "has_sig": false,
            "md5_digest": "19fe56a99da432421320d0a1a3c283e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 53941858,
            "upload_time": "2024-11-23T17:32:33",
            "upload_time_iso_8601": "2024-11-23T17:32:33.080183Z",
            "url": "https://files.pythonhosted.org/packages/b3/ff/afd77047b08d122797d85a0f1da564c884cb3525f4a251c7367de91de7a2/jamdict_data_fix-1.5.1a2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-23 17:32:33",
    "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-fix"
}
        
Elapsed time: 2.09115s