{"id":15540253,"url":"https://github.com/rm-hull/treebank-viz","last_synced_at":"2025-08-17T18:07:47.287Z","repository":{"id":145431072,"uuid":"58806593","full_name":"rm-hull/treebank-viz","owner":"rm-hull","description":"SVG graph generation of treebank language parsing","archived":false,"fork":false,"pushed_at":"2018-11-11T01:18:18.000Z","size":35581,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-03T12:17:39.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://treebank-viz.now.sh/svg?q=Find+the+two+week+period+in+the+next+six+months+with+the+most+European+conferences%3F","language":"Clojure","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/rm-hull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2016-05-14T12:24:19.000Z","updated_at":"2018-11-11T01:18:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b2f6f5d-f2a9-4249-a5a5-20b75cdce8c4","html_url":"https://github.com/rm-hull/treebank-viz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rm-hull/treebank-viz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Ftreebank-viz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Ftreebank-viz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Ftreebank-viz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Ftreebank-viz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rm-hull","download_url":"https://codeload.github.com/rm-hull/treebank-viz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Ftreebank-viz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270885347,"owners_count":24662447,"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-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-10-02T12:13:22.328Z","updated_at":"2025-08-17T18:07:47.229Z","avatar_url":"https://github.com/rm-hull.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Treebank Visualization\n[![Dependencies Status](http://versions.deps.co/rm-hull/treebank-viz/status.svg)](http://versions.deps.co/rm-hull/treebank-viz)\n[![Docker Pulls](https://img.shields.io/docker/pulls/richardhull/treebank-viz.svg?maxAge=2592000)](https://hub.docker.com/r/richardhull/treebank-viz/)\n[![Maintenance](https://img.shields.io/maintenance/yes/2018.svg?maxAge=2592000)]()\n\nSVG graph generation of treebank language parsing.\n\nStart with:\n\n    $ lein ring server\n\nSVG graph of\n[\"Find the two week period in the next six months with the most European conferences?\"](https://treebank-viz.now.sh/svg?q=Find+the+two+week+period+in+the+next+six+months+with+the+most+European+conferences%3F)*\nyields:\n\n![SVG](https://rawgithub.com/rm-hull/treebank-viz/master/example.svg)\n\nfor example, or similar [text representation](https://treebank-viz.now.sh/text?q=Find+the+two+week+period+in+the+next+six+months+with+the+most+European+conferences%3F)\nproduces a clojure-readable data structure as follows:\n\n```clojure\n{:desc \"Unknown\",\n :id :G__5472,\n :tag TOP,\n :chunk\n ({:desc \"Verb Phrase. \",\n   :id :G__5473,\n   :tag VP,\n   :chunk\n   ({:desc \"Verb, base form\", :id :G__5474, :tag VB, :chunk (\"Find\")}\n    {:desc \"Noun Phrase. \",\n     :id :G__5475,\n     :tag NP,\n     :chunk\n     ({:desc \"Noun Phrase. \",\n       :id :G__5476,\n       :tag NP,\n       :chunk\n       ({:desc \"Noun Phrase. \",\n         :id :G__5477,\n         :tag NP,\n         :chunk\n         ({:desc \"Determiner\", :id :G__5478, :tag DT, :chunk (\"the\")}\n          {:desc \"Cardinal number\",\n           :id :G__5479,\n           :tag CD,\n           :chunk (\"two\")}\n          {:desc \"Noun, singular or mass\",\n           :id :G__5480,\n           :tag NN,\n           :chunk (\"week\")}\n          {:desc \"Noun, singular or mass\",\n           :id :G__5481,\n           :tag NN,\n           :chunk (\"period\")})}\n        {:desc \"Prepositional Phrase.\",\n         :id :G__5482,\n         :tag PP,\n         :chunk\n         ({:desc \"Preposition or subordinating conjunction\",\n           :id :G__5483,\n           :tag IN,\n           :chunk (\"in\")}\n          {:desc \"Noun Phrase. \",\n           :id :G__5484,\n           :tag NP,\n           :chunk\n           ({:desc \"Determiner\", :id :G__5485, :tag DT, :chunk (\"the\")}\n            {:desc \"Adjective\", :id :G__5486, :tag JJ, :chunk (\"next\")}\n            {:desc \"Cardinal number\",\n             :id :G__5487,\n             :tag CD,\n             :chunk (\"six\")}\n            {:desc \"Noun, plural\",\n             :id :G__5488,\n             :tag NNS,\n             :chunk (\"months\")})})})}\n      {:desc \"Prepositional Phrase.\",\n       :id :G__5489,\n       :tag PP,\n       :chunk\n       ({:desc \"Preposition or subordinating conjunction\",\n         :id :G__5490,\n         :tag IN,\n         :chunk (\"with\")}\n        {:desc \"Noun Phrase. \",\n         :id :G__5491,\n         :tag NP,\n         :chunk\n         ({:desc \"Determiner\", :id :G__5492, :tag DT, :chunk (\"the\")}\n          {:desc \"Adjective Phrase.\",\n           :id :G__5493,\n           :tag ADJP,\n           :chunk\n           ({:desc \"Adverb, superlative\",\n             :id :G__5494,\n             :tag RBS,\n             :chunk (\"most\")}\n            {:desc \"Adjective\",\n             :id :G__5495,\n             :tag JJ,\n             :chunk (\"European\")})}\n          {:desc \"Noun, singular or mass\",\n           :id :G__5496,\n           :tag NN,\n           :chunk (\"conferences?\")})})})})})}\n```\n\nThere's also a [JSON representation](https://treebank-viz.now.sh/json?q=Find+the+two+week+period+in+the+next+six+months+with+the+most+European+conferences%3F).\n\n\n\u003csup\u003e*\u003c/sup\u003e - Question attribution: [@garybernhardt](https://twitter.com/garybernhardt/status/376145933827727360)\n\n\nReferences\n----------\n* http://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html\n\nLicense\n-------\n\n## The MIT License (MIT)\n\nCopyright (c) 2016 Richard Hull\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frm-hull%2Ftreebank-viz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frm-hull%2Ftreebank-viz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frm-hull%2Ftreebank-viz/lists"}