{"id":32176377,"url":"https://github.com/axanthos/orange3-textable","last_synced_at":"2025-10-21T19:59:15.972Z","repository":{"id":52885243,"uuid":"72199202","full_name":"axanthos/orange3-textable","owner":"axanthos","description":"Use visual programming to build data tables based on text data within the Orange data mining software environment","archived":false,"fork":false,"pushed_at":"2025-10-20T14:33:27.000Z","size":37003,"stargazers_count":29,"open_issues_count":2,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-21T19:59:07.041Z","etag":null,"topics":["addon","analysis","orange","text"],"latest_commit_sha":null,"homepage":"http://textable.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axanthos.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-10-28T10:42:31.000Z","updated_at":"2025-10-20T14:28:12.000Z","dependencies_parsed_at":"2025-10-08T20:31:25.274Z","dependency_job_id":null,"html_url":"https://github.com/axanthos/orange3-textable","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/axanthos/orange3-textable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axanthos%2Forange3-textable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axanthos%2Forange3-textable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axanthos%2Forange3-textable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axanthos%2Forange3-textable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axanthos","download_url":"https://codeload.github.com/axanthos/orange3-textable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axanthos%2Forange3-textable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280325297,"owners_count":26311419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["addon","analysis","orange","text"],"created_at":"2025-10-21T19:59:14.133Z","updated_at":"2025-10-21T19:59:15.964Z","avatar_url":"https://github.com/axanthos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Textable\n========\n\nTextable is an open source add-on bringing advanced text-analytical\nfunctionalities to the `Orange Canvas \u003chttp://orange.biolab.si/\u003e`_ data mining\nsoftware package (itself open source). Look at the following `example\n\u003chttp://orange-textable.readthedocs.io/en/latest/illustration.html\u003e`_ to see\nit in typical action.\n\nThe project's website is http://textable.io. It hosts a repository of\n`recipes \u003chttp://textable.io/find-recipes\u003e`_ to help you get started with\nTextable.\n\nDocumentation is hosted at http://orange3-textable.readthedocs.io/ and\nyou can get further support at https://textable.freshdesk.com/ or by e-mail\nto `support@textable.io \u003cmailto:support@textable.io\u003e`_\n\nOrange Textable was designed and implemented by `LangTech Sarl\n\u003chttp://langtech.ch\u003e`_ on behalf of the `department of language and\ninformation sciences (SLI) \u003chttp://www.unil.ch/sli\u003e`_ at the `University of\nLausanne \u003chttp://www.unil.ch\u003e`_ (see `Credits\n\u003chttp://orange-textable.readthedocs.io/en/latest/credits.html\u003e`_ and\n`How to cite Orange Textable\n\u003chttp://orange-textable.readthedocs.io/en/latest/citing.html\u003e`_).\n\nFeatures\n--------\n\nBasic text analysis\n~~~~~~~~~~~~~~~~~~~\n\n* use regular expressions to segment letters, words, sentences, etc. or full-text query\n* use regexes to extract annotations from many input formats\n* import in-line XML markup (e.g. TEI)\n* include/exclude segments based on user-defined lists (stoplists)\n* filter segments based on frequency\n* easily generate random text samples\n\nAdvanced text analysis\n~~~~~~~~~~~~~~~~~~~~~~\n\n* concordances and collocations, also based on annotations\n* segment distribution, document-term matrix, transition matrix, etc.\n* co-occurrence tables, also between different types of segments\n* lemmatization and POS-tagging via Treetagger\n* robust linguistic complexity measures, incl. mean length of word, lexical diversity, etc.\n* many advanced data mining algorithms: clustering, classification, factor analyses, etc.\n\nText recoding\n~~~~~~~~~~~~~\n\n* Unicode-aware preprocessing functions, e.g. remove accents from Ancient Greek text\n* recode and restructure texts using regexes, e.g. rewrite CSV as XML\n\nExtensibility\n~~~~~~~~~~~~~\n\n* handles hundreds of text files\n* use Python script for custom text processing or to access external tools: NLTK, Pattern, GenSim, etc.\n\nInteroperability\n~~~~~~~~~~~~~~~~\n\n* import text from keyboard, files, or URLs\n* process any kind of raw text format: TXT, HTML, XML, CSV, etc.\n* supports many text encodings, incl. Unicode\n* export results in text files or copy-paste\n* easy interfacing with Orange's Text Mining add-on\n\nEase of access\n~~~~~~~~~~~~~~\n\n* user-friendly visual interface\n* ready-made recipes for a range of frequent use cases\n* extensive documentation\n* support and community forums\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxanthos%2Forange3-textable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxanthos%2Forange3-textable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxanthos%2Forange3-textable/lists"}