{"id":15063976,"url":"https://github.com/wwunlp/sner","last_synced_at":"2026-02-07T00:32:05.040Z","repository":{"id":57472237,"uuid":"80454077","full_name":"wwunlp/sner","owner":"wwunlp","description":"𒈬 Sumerian Named Entity Recognition","archived":false,"fork":false,"pushed_at":"2018-07-23T06:56:08.000Z","size":1068,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-01T16:46:54.393Z","etag":null,"topics":["machine-learning","ner","nlp","python","scikit-learn"],"latest_commit_sha":null,"homepage":"https://sner.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wwunlp.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-30T19:16:12.000Z","updated_at":"2020-03-04T19:07:03.000Z","dependencies_parsed_at":"2022-08-30T17:01:49.794Z","dependency_job_id":null,"html_url":"https://github.com/wwunlp/sner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wwunlp/sner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwunlp%2Fsner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwunlp%2Fsner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwunlp%2Fsner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwunlp%2Fsner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wwunlp","download_url":"https://codeload.github.com/wwunlp/sner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wwunlp%2Fsner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29181838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T23:15:33.022Z","status":"ssl_error","status_checked_at":"2026-02-06T23:15:09.128Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["machine-learning","ner","nlp","python","scikit-learn"],"created_at":"2024-09-25T00:09:36.714Z","updated_at":"2026-02-07T00:32:05.020Z","avatar_url":"https://github.com/wwunlp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"SNER\n====\n.. image:: https://travis-ci.org/wwunlp/sner.png\n   :alt: Build Status\n   :target: https://travis-ci.org/wwunlp/sner\n\n.. image:: https://readthedocs.org/projects/sner/badge/?version=latest\n   :alt: Documentation Status  \n   :target: https://sner.readthedocs.io\n\nInstallation\n------------\n.. code-block:: bash\n\n   $ pip3 install sumerian-ner\n\nIf you are not in a\n`virtualenv \u003chttps://virtualenv.pypa.io\u003e`_\nyou may need to use ``pip3`` with ``sudo`` or ``--user``.\n\nIf you'd rather clone the repository.\n\n.. code-block:: bash\n\n   $ git clone https://github.com/wwunlp/sner.git\n   $ cd sner/\n   $ pip3 install .\n\nUsage\n-----\nIf you used ``pip3`` to install ``sner``,\nyou can call ``sner`` from the command line.\nIf you cloned the repo, you can run ``python3 -m sner`` from within the repo.\n\nOptions and Arguments\n---------------------\n- ``-r`` or ``--run``: Run one of the following models:\n  ``dec``, ``nbc``, ``ner``, ``rdf``, ``sgd``, or ``svc``.\n  Or one of the following routines: ``analysis``, ``export``,\n  ``export-atf``, ``formatting``, ``over-fit``, or ``testing``.\n- ``-cf`` or ``--config``: Configuration file to use.\n- ``-p`` or ``--path``: Path to data directory.\n- ``-c`` or ``--corpus``: File name of the corpus.\n- ``-a`` or ``--attestations``: File name of the attestations.\n- ``-sr`` or ``--seed-rules``: File name of the seed rules.\n\n- ``-i`` or ``--iterations``: Number of iterations.\n- ``-mr`` or ``--max-rules``: Max number of rules per iterations.\n- ``-al`` or ``--alpha``: Alpha value.\n- ``-k`` or ``--k``: K value.\n\n- ``-nd`` or ``--norm-date``: Enable date normalization.\n- ``-ng`` or ``--norm-geo``: Enable geographical name normalization.\n- ``-nn`` or ``--norm-num``: Enable number normalization.\n- ``-np`` or ``--norm-prof``: Enable profession normalization.\n\n``sner`` will check ``sner.conf`` before using default value.\nThe ``sner.conf`` uses ``JSON`` syntax.\ni.e. ``--corpus corpus.csv`` would be ``\"corpus\": \"corpus.csv\"``.\nIf you want to change the hyperparameters used,\nyou can define them in ``sner.conf``.\nIf your ``sner.conf`` is not in the root of the repository,\nyou can set the environment variable ``SNER_CONF`` to the path of ``sner.conf``.\n\n.. image:: https://i.imgur.com/CpI851D.jpg\n   :align: center\n   :alt: Corgi playing in snow, with text 'ERMAHGERD SNER'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwwunlp%2Fsner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwwunlp%2Fsner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwwunlp%2Fsner/lists"}