nephosem

Python module for type- and token-level distributional models.

https://github.com/qlvl/nephosem

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Python module for type- and token-level distributional models.

Basic Info
  • Host: GitHub
  • Owner: QLVL
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 7.45 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 3
  • Open Issues: 3
  • Releases: 2
Created over 6 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

DOI Release License

This is a Python module to create count-based distributional models for semantic analysis. It was developed within the Nephological Semantics project at KU Leuven, mostly written by Tao Chen and with the collaboration of Dirk Geeraerts, Dirk Speelman, Kris Heylen, Weiwei Zhang, Karlien Franco, Stefano De Pascale and Mariana Montes.

The code can be implemented but still requires thorough automatic testing tools.

Installation and use

In order to use this code, clone this repository, add it to your PATH and then import the nephosem library:

python import os os.path.append('/path/to/repository') import nephosem

Background

The theoretical framework and methodology followed in the project were presented by Mariana Montes and Karlien Franco in the II Jornadas de Lingüística y Gramática Española on October 1, 2021. You can watch the presentation in English or dubbed to Spanish.

Schütze, Hinrich. 1998. Automatic Word Sense Discrimination. Computational Linguistics 24(1). 97–123. <!-- Any other suggestions? -->

Publications using this code

De Pascale, S. 2019. Token-based vector space models as semantic control in lexical lectometry. Leuven: KU Leuven PhD Dissertation. (8 November, 2019).

De Pascale, Stefano & Weiwei Zhang. 2021. Scoring with Token-based Models. A Distributional Semantic Replication of Socioectometric Analyses in Geeraerts, Grondelaers, and Speelman (1999). In Gitte Kristiansen, Karlien Franco, Stefano De Pascale, Laura Rosseel & Weiwei Zhang (eds.), Cognitive Sociolinguistics Revisited, 186–199. De Gruyter. https://doi.org/10.1515/9783110733945-021.

Montes, Mariana. 2021. Cloudspotting: visual analytics for distributional semantics. Leuven: KU Leuven PhD Dissertation.

Montes, Mariana, Karlien Franco & Kris Heylen. 2021. Indestructible Insights. A Case Study in Distributional Prototype Semantics. In Gitte Kristiansen, Karlien Franco, Stefano De Pascale, Laura Rosseel & Weiwei Zhang (eds.), Cognitive Sociolinguistics Revisited, 251–263. De Gruyter. https://doi.org/10.1515/9783110733945-021.

Montes, Mariana & Kris Heylen. 2022. Visualizing Distributional Semantics. In Dennis Tay & Molly Xie Pan (eds.), Data Analytics in Cognitive Linguistics. Methods and Insights. Mouton De Gruyter.

Related publications

Heylen, Kris, Dirk Speelman & Dirk Geeraerts. 2012. Looking at word meaning. An interactive visualization of Semantic Vector Spaces for Dutch synsets. In Proceedings of the eacl 2012 Joint Workshop of LINGVIS & UNCLH, 16–24. Avignon.

Heylen, Kris, Thomas Wielfaert, Dirk Speelman & Dirk Geeraerts. 2015. Monitoring polysemy: Word space models as a tool for large-scale lexical semantic analysis. Lingua 157. 153–172.

Speelman, Dirk, Stefan Grondelaers, Benedikt Szmrecsanyi & Kris Heylen. 2020. Schaalvergroting in het syntactische alternantieonderzoek: Een nieuwe analyse van het presentatieve er met automatisch gegenereerde predictoren. Nederlandse Taalkunde 25(1). 101–123. https://doi.org/10.5117/NEDTAA2020.1.005.SPEE.

Owner

  • Name: QLVL
  • Login: QLVL
  • Kind: organization
  • Location: Belgium

Research Group Quantitative Lexicology and Variational Linguistics at the Faculty of Arts, KU Leuven

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - name: QLVL
    email: qlvl@kuleuven.be
title: "nephosem"
version: 0.1.0
license: GPL-3.0-or-later
repository: "https://github.com/QLVL/nephosem"
doi: 10.5281:zenodo.5710426

GitHub Events

Total
  • Watch event: 1
  • Fork event: 1
Last Year
  • Watch event: 1
  • Fork event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 6
  • Total pull requests: 8
  • Average time to close issues: 5 months
  • Average time to close pull requests: 8 minutes
  • Total issue authors: 4
  • Total pull request authors: 4
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • montesmariana (3)
  • StefanoDePascale (1)
  • am-gz (1)
  • enzocxt (1)
Pull Request Authors
  • montesmariana (4)
  • StefanoDePascale (2)
  • QLVL (1)
  • phantatbach (1)
Top Labels
Issue Labels
bug (3) good first issue (1)
Pull Request Labels

Dependencies

nephosem/requirements.txt pypi
  • NumPy *
  • Scipy *
  • pandas *
  • sklearn *
  • tabulate *
  • tqdm *
requirements.txt pypi
  • Automat ==0.6.0
  • Cython ==0.29.33
  • Flask ==2.0.3
  • GetOldTweets3 ==0.0.11
  • Jinja2 ==3.0.3
  • Keras ==2.3.1
  • Keras-Applications ==1.0.8
  • Keras-Preprocessing ==1.0.9
  • Levenshtein ==0.21.1
  • Markdown ==3.0.1
  • MarkupSafe ==2.0.1
  • PAM ==0.4.2
  • Pillow ==5.3.0
  • PyGObject ==3.26.1
  • PyJWT ==1.5.3
  • PySocks ==1.7.1
  • PyYAML ==6.0
  • Pygments ==2.6.1
  • QtPy ==1.9.0
  • SecretStorage ==2.3.1
  • Send2Trash ==1.5.0
  • Twisted ==17.9.0
  • Werkzeug ==2.0.3
  • absl-py ==0.7.1
  • ansi2html ==1.8.0
  • appdirs ==1.4.4
  • asn1crypto ==0.24.0
  • astor ==0.7.1
  • attrs ==19.3.0
  • backcall ==0.1.0
  • backports.lzma ==0.0.13
  • beautifulsoup4 ==4.6.3
  • bleach ==3.1.5
  • blinker ==1.4
  • blis ==0.7.9
  • boto ==2.49.0
  • boto3 ==1.9.14
  • botocore ==1.12.14
  • bs4 ==0.0.1
  • bz2file ==0.98
  • catalogue ==2.0.6
  • certifi ==2018.8.24
  • chardet ==3.0.4
  • charset-normalizer ==2.0.12
  • click ==8.0.4
  • cloud-init ==23.1.2
  • colorama ==0.3.7
  • command-not-found ==0.3
  • confection ==0.0.4
  • configobj ==5.0.6
  • constantly ==15.1.0
  • contextvars ==2.4
  • cryptography ==2.1.4
  • cssselect ==1.1.0
  • cycler ==0.10.0
  • cymem ==2.0.2
  • cytoolz ==0.9.0.1
  • dash ==2.9.3
  • dash-core-components ==2.0.0
  • dash-html-components ==2.0.0
  • dash-table ==5.0.0
  • dataclasses ==0.8
  • decorator ==4.4.2
  • defusedxml ==0.6.0
  • dill ==0.2.7.1
  • distlib ==0.3.0
  • distro-info ===0.18ubuntu0.18.04.1
  • docutils ==0.14
  • entrypoints ==0.3
  • et-xmlfile ==1.1.0
  • fail2ban ==0.10.2
  • filelock ==3.0.12
  • fuzzywuzzy ==0.17.0
  • gast ==0.2.2
  • gensim ==3.6.0
  • grpcio ==1.19.0
  • h5py ==2.8.0
  • hanziconv ==0.3.2
  • html5lib ==1.0.1
  • httplib2 ==0.9.2
  • huggingface-hub ==0.4.0
  • hyperlink ==17.3.1
  • idna ==2.7
  • immutables ==0.16
  • importlib-metadata ==4.8.3
  • importlib-resources ==1.5.0
  • incremental ==16.10.1
  • ipykernel ==5.3.0
  • ipython ==7.15.0
  • ipython-genutils ==0.2.0
  • ipywidgets ==7.5.1
  • itsdangerous ==2.0.1
  • jedi ==0.17.0
  • jmespath ==0.9.3
  • joblib ==1.1.1
  • jsonpatch ==1.16
  • jsonpointer ==1.10
  • jsonschema ==3.2.0
  • jupyter ==1.0.0
  • jupyter-client ==6.1.3
  • jupyter-console ==6.1.0
  • jupyter-contrib-core ==0.3.3
  • jupyter-contrib-nbextensions ==0.5.1
  • jupyter-core ==4.6.3
  • jupyter-dash ==0.4.2
  • jupyter-highlight-selected-word ==0.2.0
  • jupyter-latex-envs ==1.4.6
  • jupyter-nbextensions-configurator ==0.4.1
  • keyring ==10.6.0
  • keyrings.alt ==3.0
  • kiwisolver ==1.0.1
  • langcodes ==3.3.0
  • language-selector ==0.1
  • lxml ==4.2.5
  • matplotlib ==3.0.0
  • mistune ==0.8.4
  • mock ==2.0.0
  • mpld3 ==0.5.9
  • msgpack ==0.5.6
  • msgpack-numpy ==0.4.3.2
  • multiprocess ==0.70.5
  • murmurhash ==1.0.2
  • nbconvert ==5.6.1
  • nbformat ==5.0.6
  • nest-asyncio ==1.5.6
  • netifaces ==0.10.4
  • networkx ==2.2
  • nltk ==3.6.7
  • notebook ==6.0.3
  • numpy ==1.19.5
  • oauthlib ==3.1.0
  • openpyxl ==3.0.9
  • packaging ==21.3
  • pandas ==0.24.2
  • pandocfilters ==1.4.2
  • parso ==0.7.0
  • pathos ==0.2.1
  • pathy ==0.10.1
  • patsy ==0.5.1
  • pbr ==5.1.3
  • pexpect ==4.8.0
  • pickleshare ==0.7.5
  • plac ==0.9.6
  • plotly ==5.13.1
  • pox ==0.2.3
  • ppft ==1.6.4.7.1
  • preshed ==3.0.6
  • prometheus-client ==0.8.0
  • prompt-toolkit ==3.0.5
  • protobuf ==3.7.0
  • ptyprocess ==0.6.0
  • py4j ==0.10.7
  • pyOpenSSL ==17.5.0
  • pyasn1 ==0.4.2
  • pyasn1-modules ==0.2.1
  • pyclustering ==0.8.1
  • pycrypto ==2.6.1
  • pydantic ==1.8.2
  • pygraphviz ==1.5
  • pyinotify ==0.9.6
  • pyparsing ==2.4.7
  • pyquery ==1.4.1
  • pyrsistent ==0.16.0
  • pyserial ==3.4
  • pyspark ==2.4.0
  • python-Levenshtein ==0.21.1
  • python-apt ==1.6.6
  • python-dateutil ==2.8.1
  • python-debian ==0.1.32
  • python-frog ==0.6.2
  • pytz ==2018.3
  • pyxdg ==0.25
  • pyzmq ==19.0.1
  • qtconsole ==4.7.4
  • rapidfuzz ==2.11.1
  • regex ==2022.1.18
  • requests ==2.27.1
  • requests-oauthlib ==1.3.0
  • requests-unixsocket ==0.1.5
  • retrying ==1.3.4
  • rpy2 ==2.8.4
  • s3transfer ==0.1.13
  • sacremoses ==0.0.53
  • scikit-learn ==0.24.2
  • scipy ==1.5.4
  • seaborn ==0.9.0
  • service-identity ==16.0.0
  • simplegeneric ==0.8.1
  • six ==1.15.0
  • sklearn ==0.0
  • smart-open ==5.2.1
  • snscrape ==0.3.4
  • sos ==4.4
  • spacy ==3.2.4
  • spacy-legacy ==3.0.11
  • spacy-loggers ==1.0.1
  • srsly ==2.4.5
  • ssh-import-id ==5.7
  • statsmodels ==0.12.2
  • systemd-python ==234
  • tabulate ==0.8.2
  • tei-reader ==0.0.17
  • tenacity ==8.2.2
  • tensorboard ==1.13.1
  • tensorflow ==1.13.1
  • tensorflow-estimator ==1.13.0
  • termcolor ==1.1.0
  • terminado ==0.8.3
  • testpath ==0.4.4
  • thinc ==8.0.17
  • threadpoolctl ==3.1.0
  • tokenizers ==0.12.1
  • toolz ==0.9.0
  • torch ==1.10.2
  • torchaudio ==0.10.2
  • torchvision ==0.11.3
  • tornado ==6.0.4
  • tqdm ==4.63.0
  • traitlets ==4.3.3
  • transformers ==4.18.0
  • treetaggerwrapper ==2.3
  • tweepy ==3.8.0
  • typer ==0.4.0
  • typing-extensions ==3.10.0.2
  • ubuntu-pro-client ==8001
  • ufw ==0.36
  • ujson ==1.35
  • unattended-upgrades ==0.1
  • urllib3 ==1.22
  • vboxapi ==1.0
  • virtualenv ==20.0.21
  • virtualenv-clone ==0.5.4
  • wasabi ==0.10.1
  • wcwidth ==0.2.3
  • webencodings ==0.5.1
  • widgetsnbextension ==3.5.1
  • wrapt ==1.10.11
  • xlrd ==2.0.1
  • zipp ==3.1.0
  • zope.interface ==4.3.2