wordhoard


Namewordhoard JSON
Version 1.5.4 PyPI version JSON
download
home_pagehttps://github.com/johnbumgarner/wordhoard
SummaryA comprehensive lexical discovery application that is useful for finding semantic relationships such as, the antonyms, synonyms, hypernyms, hyponyms, homophones and definitions for a specific word.
upload_time2023-06-01 14:26:11
maintainer
docs_urlNone
authorJohn Bumgarner
requires_python>=3.6
licenseLICENSE.txt
keywords antonyms bag of words definitions hypernyms hyponyms homophones information retrieval lexicon semantic relationships synonyms natural language processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Primary Use Case
<p align="justify"> 
Textual analysis is a broad term for various research methodologies used to qualitatively describe, interpret and understand text data. These methodologies are mainly used in academic research to analyze content related to media and communication studies, popular culture, sociology, and philosophy. Textual analysis allows these researchers to quickly obtain relevant insights from unstructured data. All types of information can be gleaned from textual data, especially from social media posts or news articles. Some of this information includes the overall concept of the subtext, symbolism within the text, assumptions being made and potential relative value to a subject (e.g. data science). In some cases it is possible to deduce the relative historical and cultural context of a body of text using analysis techniques coupled with knowledge from different disciplines, like linguistics and semiotics.
   
Word frequency is the technique used in textual analysis to measure the frequency of a specific word or word grouping within unstructured data. Measuring the number of word occurrences in a corpus allows a researcher to garner interesting insights about the text. A subset of word frequency is the correlation between a given word and that word's relationship to either antonyms and synonyms within the specific corpus being analyzed. Knowing these relationships is critical to improving word frequencies and topic modeling.

<strong>Wordhoard</strong> was designed to assist researchers performing textual analysis to build more comprehensive lists of antonyms, synonyms, hypernyms, hyponyms and homophones.
</p>

# Installation

<p align="justify"> 
   Install the distribution via pip:
</p>

```python
pip3 install wordhoard
```

# General Package Utilization

<p align="justify">
Please reference the <a href="https://wordhoard.readthedocs.io/en/latest" target="_blank">WordHoard Documentation</a> for package usage guidance and parameters.
</p>

# Sources

<p align="justify">
This package is designed to query these online sources for antonyms, synonyms, hypernyms, hyponyms and definitions:

1. classicthesaurus.com
2. collinsdictionary.com
3. merriam-webster.com
4. synonym.com
5. thesaurus.com
6. wordhippo.com
7. wordnet.princeton.edu
</p>
  
# Dependencies

<p align="justify">
This package has these core dependencies:
  
1. backoff
2. BeautifulSoup
3. cloudscraper
4. deckar01-ratelimit
5. deepl
6. lxml
7. requests
8. urllib3

</p>

<p align="justify">
Additional details on this package's dependencies can be found <a href="https://wordhoard.readthedocs.io/en/latest/dependencies" target="_blank">here</a>.
</p>

# Development Roadmap

<p align="justify">
If you would like to contribute to the <strong>Wordhoard</strong> project please read the <a href="https://wordhoard.readthedocs.io/en/latest/contributing" target="_blank">contributing guidelines</a>.
   
Items currently under development:
   - Expanding the list of hypernyms, hyponyms and homophones
   - Adding part-of-speech filters in queries 
</p>

# Issues

<p align="justify">
This repository is actively maintained.  Feel free to open any issues related to bugs, coding errors, broken links or enhancements. 

You can also contact me at [John Bumgarner](mailto:wordhoardproject@gmail.com?subject=[GitHub]%20wordhoard%20project%20request) with any issues or enhancement requests.
</p>


# Sponsorship
   
If you would like to contribute financially to the development and maintenance of the <strong>Wordhoard</strong> project please read the <a href="https://github.com/johnbumgarner/wordhoard/blob/master/SPONSOR.md">sponsorship information</a>.

# License

<p align="justify">
The MIT License (MIT).  Please see <a href="https://wordhoard.readthedocs.io/en/latest/license" target="_blank">License File</a> for more information.
</p>


# Author

<p align="justify">
   Copyright (c) 2020 John Bumgarner 
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/johnbumgarner/wordhoard",
    "name": "wordhoard",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "antonyms,bag of words,definitions,hypernyms,hyponyms,homophones,information retrieval,lexicon,semantic relationships,synonyms,natural language processing",
    "author": "John Bumgarner",
    "author_email": "wordhoardproject@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7c/94/b372f7b634989b3ad071f2c1eda3c4955c9c608fdccce8fa664f6a559aae/wordhoard-1.5.4.tar.gz",
    "platform": null,
    "description": "# Primary Use Case\n<p align=\"justify\"> \nTextual analysis is a broad term for various research methodologies used to qualitatively describe, interpret and understand text data. These methodologies are mainly used in academic research to analyze content related to media and communication studies, popular culture, sociology, and philosophy. Textual analysis allows these researchers to quickly obtain relevant insights from unstructured data. All types of information can be gleaned from textual data, especially from social media posts or news articles. Some of this information includes the overall concept of the subtext, symbolism within the text, assumptions being made and potential relative value to a subject (e.g. data science). In some cases it is possible to deduce the relative historical and cultural context of a body of text using analysis techniques coupled with knowledge from different disciplines, like linguistics and semiotics.\n   \nWord frequency is the technique used in textual analysis to measure the frequency of a specific word or word grouping within unstructured data. Measuring the number of word occurrences in a corpus allows a researcher to garner interesting insights about the text. A subset of word frequency is the correlation between a given word and that word's relationship to either antonyms and synonyms within the specific corpus being analyzed. Knowing these relationships is critical to improving word frequencies and topic modeling.\n\n<strong>Wordhoard</strong> was designed to assist researchers performing textual analysis to build more comprehensive lists of antonyms, synonyms, hypernyms, hyponyms and homophones.\n</p>\n\n# Installation\n\n<p align=\"justify\"> \n   Install the distribution via pip:\n</p>\n\n```python\npip3 install wordhoard\n```\n\n# General Package Utilization\n\n<p align=\"justify\">\nPlease reference the <a href=\"https://wordhoard.readthedocs.io/en/latest\" target=\"_blank\">WordHoard Documentation</a> for package usage guidance and parameters.\n</p>\n\n# Sources\n\n<p align=\"justify\">\nThis package is designed to query these online sources for antonyms, synonyms, hypernyms, hyponyms and definitions:\n\n1. classicthesaurus.com\n2. collinsdictionary.com\n3. merriam-webster.com\n4. synonym.com\n5. thesaurus.com\n6. wordhippo.com\n7. wordnet.princeton.edu\n</p>\n  \n# Dependencies\n\n<p align=\"justify\">\nThis package has these core dependencies:\n  \n1. backoff\n2. BeautifulSoup\n3. cloudscraper\n4. deckar01-ratelimit\n5. deepl\n6. lxml\n7. requests\n8. urllib3\n\n</p>\n\n<p align=\"justify\">\nAdditional details on this package's dependencies can be found <a href=\"https://wordhoard.readthedocs.io/en/latest/dependencies\" target=\"_blank\">here</a>.\n</p>\n\n# Development Roadmap\n\n<p align=\"justify\">\nIf you would like to contribute to the <strong>Wordhoard</strong> project please read the <a href=\"https://wordhoard.readthedocs.io/en/latest/contributing\" target=\"_blank\">contributing guidelines</a>.\n   \nItems currently under development:\n   - Expanding the list of hypernyms, hyponyms and homophones\n   - Adding part-of-speech filters in queries \n</p>\n\n# Issues\n\n<p align=\"justify\">\nThis repository is actively maintained.  Feel free to open any issues related to bugs, coding errors, broken links or enhancements. \n\nYou can also contact me at [John Bumgarner](mailto:wordhoardproject@gmail.com?subject=[GitHub]%20wordhoard%20project%20request) with any issues or enhancement requests.\n</p>\n\n\n# Sponsorship\n   \nIf you would like to contribute financially to the development and maintenance of the <strong>Wordhoard</strong> project please read the <a href=\"https://github.com/johnbumgarner/wordhoard/blob/master/SPONSOR.md\">sponsorship information</a>.\n\n# License\n\n<p align=\"justify\">\nThe MIT License (MIT).  Please see <a href=\"https://wordhoard.readthedocs.io/en/latest/license\" target=\"_blank\">License File</a> for more information.\n</p>\n\n\n# Author\n\n<p align=\"justify\">\n   Copyright (c) 2020 John Bumgarner \n</p>\n",
    "bugtrack_url": null,
    "license": "LICENSE.txt",
    "summary": "A comprehensive lexical discovery application that is useful for finding semantic relationships such as, the antonyms, synonyms, hypernyms, hyponyms, homophones and definitions for a specific word.",
    "version": "1.5.4",
    "project_urls": {
        "Homepage": "https://github.com/johnbumgarner/wordhoard"
    },
    "split_keywords": [
        "antonyms",
        "bag of words",
        "definitions",
        "hypernyms",
        "hyponyms",
        "homophones",
        "information retrieval",
        "lexicon",
        "semantic relationships",
        "synonyms",
        "natural language processing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d74fedb7a1a3ccf8f186aa6e14ff34b46d9a29a7adb2ca326cb2bd03ce7e294",
                "md5": "39316544ba0a81b6001c1e8aecb604a5",
                "sha256": "b8a39cc65748873bb9aea415b6c6ffadcd6bbde7d982e8fa9819b9ddf8df2079"
            },
            "downloads": -1,
            "filename": "wordhoard-1.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "39316544ba0a81b6001c1e8aecb604a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 335664,
            "upload_time": "2023-06-01T14:26:09",
            "upload_time_iso_8601": "2023-06-01T14:26:09.433583Z",
            "url": "https://files.pythonhosted.org/packages/3d/74/fedb7a1a3ccf8f186aa6e14ff34b46d9a29a7adb2ca326cb2bd03ce7e294/wordhoard-1.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c94b372f7b634989b3ad071f2c1eda3c4955c9c608fdccce8fa664f6a559aae",
                "md5": "902a64f43a70fef6b76284d16e1b23ff",
                "sha256": "e63ad3df329d0e51d0d8f757950b6960a636fdac4e180e43fba8316655e01404"
            },
            "downloads": -1,
            "filename": "wordhoard-1.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "902a64f43a70fef6b76284d16e1b23ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 287420,
            "upload_time": "2023-06-01T14:26:11",
            "upload_time_iso_8601": "2023-06-01T14:26:11.775458Z",
            "url": "https://files.pythonhosted.org/packages/7c/94/b372f7b634989b3ad071f2c1eda3c4955c9c608fdccce8fa664f6a559aae/wordhoard-1.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-01 14:26:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "johnbumgarner",
    "github_project": "wordhoard",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "wordhoard"
}
        
Elapsed time: 0.07115s