{ "info": { "author": "Cl\u00e9ment Besnier", "author_email": "clemsciences@aol.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Text Processing", "Topic :: Text Processing :: Markup :: XML" ], "description": "# Old Norse Dictionary Zoega\nZo\u00ebga's A Concise Dictionary of Old Icelandic parser\n\nWith the **reader.py** module, you can:\n\n* search a word with an edit distance below a given threshold,\n* extract the POS tags in dictionary entries,\n* search for exact entry and approximate entry.\n\nHowever POS tag extractor is not very efficient. More special cases need to be handled.\n\nTODO list:\n* [x] look up a word in dictionary\n* [x] search all words in dictionary which are at most at a given edit distance with the query word\n* [ ] handle more dictionary entry,\n* [ ] process all entries so that we would get virtually all the Old Norse words,\n* [ ] for each form, we can associate lemmata with a proposed POS tag.\n\n## Elaboration of data\n\nData come from https://github.com/GreekFellows/lesser-dannatt and http://norroen.info/dct/zoega by Tim Ermolaev.\nThen `utils.first_step()` is launched. I modified the files in order to ensure \nXML syntax consistency, finally `utils.second_step()` is launched.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cltk/old_norse_dictionary_zoega", "keywords": "nlp,old-norse,philology,dictionary,corpus", "license": "License :: OSI Approved :: MIT License", "maintainer": "", "maintainer_email": "", "name": "zoegas", "package_url": "https://pypi.org/project/zoegas/", "platform": "", "project_url": "https://pypi.org/project/zoegas/", "project_urls": { "Homepage": "https://github.com/cltk/old_norse_dictionary_zoega" }, "release_url": "https://pypi.org/project/zoegas/1.0.7/", "requires_dist": [ "cltk", "lxml" ], "requires_python": ">=3.6", "summary": "Old Norse Zo\u00ebga's dictionary", "version": "1.0.7" }, "last_serial": 6001274, "releases": { "1.0.7": [ { "comment_text": "", "digests": { "md5": "2cac533b3f0d758799f61410285644ef", "sha256": "2180049c28055d4a4f176f8ad9f4970cc2170eb878db2f3dd807a099a4b49d51" }, "downloads": -1, "filename": "zoegas-1.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "2cac533b3f0d758799f61410285644ef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 2936154, "upload_time": "2019-10-19T23:09:37", "url": "https://files.pythonhosted.org/packages/1f/82/d3392f4a8bba6d5cdb81b65da880e759f70e55c02c7e3ecd43468bb0dc80/zoegas-1.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "228019c4fd53a89dea0e797b797b27da", "sha256": "9c2f6ee0eeaddd53f04986fa596c7484b740f9d534220afb4598073adfe73951" }, "downloads": -1, "filename": "zoegas-1.0.7.tar.gz", "has_sig": false, "md5_digest": "228019c4fd53a89dea0e797b797b27da", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2850128, "upload_time": "2019-10-19T23:09:48", "url": "https://files.pythonhosted.org/packages/a9/17/eb07c9a58ed602da1b1554e3aae4aa788c2597212d355d53206a8fcc266e/zoegas-1.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2cac533b3f0d758799f61410285644ef", "sha256": "2180049c28055d4a4f176f8ad9f4970cc2170eb878db2f3dd807a099a4b49d51" }, "downloads": -1, "filename": "zoegas-1.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "2cac533b3f0d758799f61410285644ef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 2936154, "upload_time": "2019-10-19T23:09:37", "url": "https://files.pythonhosted.org/packages/1f/82/d3392f4a8bba6d5cdb81b65da880e759f70e55c02c7e3ecd43468bb0dc80/zoegas-1.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "228019c4fd53a89dea0e797b797b27da", "sha256": "9c2f6ee0eeaddd53f04986fa596c7484b740f9d534220afb4598073adfe73951" }, "downloads": -1, "filename": "zoegas-1.0.7.tar.gz", "has_sig": false, "md5_digest": "228019c4fd53a89dea0e797b797b27da", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2850128, "upload_time": "2019-10-19T23:09:48", "url": "https://files.pythonhosted.org/packages/a9/17/eb07c9a58ed602da1b1554e3aae4aa788c2597212d355d53206a8fcc266e/zoegas-1.0.7.tar.gz" } ] }