{"id":19019840,"url":"https://github.com/ancatmara/text-reuse-test","last_synced_at":"2026-02-17T08:02:24.855Z","repository":{"id":75392921,"uuid":"348525664","full_name":"ancatmara/text-reuse-test","owner":"ancatmara","description":"Testing Tracer and Passim on medieval Irish \u0026 Welsh law texts","archived":false,"fork":false,"pushed_at":"2021-10-08T21:07:39.000Z","size":25140,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T05:31:40.776Z","etag":null,"topics":["early-irish","irish","natural-language-processing","nlp","passim","preprocessing","text-reuse","tracer","tutorial","welsh"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ancatmara.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2021-03-16T23:54:35.000Z","updated_at":"2023-11-24T09:55:34.000Z","dependencies_parsed_at":"2023-05-05T03:07:20.132Z","dependency_job_id":null,"html_url":"https://github.com/ancatmara/text-reuse-test","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":"0.10204081632653061","last_synced_commit":"b2bcf0351ebfabe4c7d7099b7322aaa410bfe27c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ancatmara/text-reuse-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ancatmara%2Ftext-reuse-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ancatmara%2Ftext-reuse-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ancatmara%2Ftext-reuse-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ancatmara%2Ftext-reuse-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ancatmara","download_url":"https://codeload.github.com/ancatmara/text-reuse-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ancatmara%2Ftext-reuse-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29537250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["early-irish","irish","natural-language-processing","nlp","passim","preprocessing","text-reuse","tracer","tutorial","welsh"],"created_at":"2024-11-08T20:14:42.692Z","updated_at":"2026-02-17T08:02:24.834Z","avatar_url":"https://github.com/ancatmara.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Tracer\n\n### System requirements\n\n* Any OS (Windows/OS X/Linux)\n* Java 8 — not higher!\n* Apache Ant (a build tool)\n\n**NB!** Only use `ant` command when compiling Tracer, any flags (like `verbose`) will later result in *“Unable to access jarfile”* error. \n\n### Download \u0026 compilation\n\n`git clone http://vcs.etrap.eu/tracer-framework/tracer.git`\n\n`cd tracer`\n\n`ant`\n\n### Running\n\n`java -Xmx600m -Deu.etrap.medusa.config.ClassConfig=conf/tracer_config.xml -jar tracer.jar \u003e FILENAME.OUT`\n\n* Your data must be a single `.txt` file in `tracer/data/corpora/*some-folder*`\n* Check and update `tracer/conf/tracer_config.xml` before running\n\n### Manual\n\n* [Download \u0026 installation](https://gfranzini.gitbooks.io/tracer/content/manual/download-and-installation.html)\n* [Troubleshooting](https://gfranzini.gitbooks.io/tracer/content/support/troubleshooting/)\n* [Data format](https://gfranzini.gitbooks.io/tracer/content/manual/corpus-preparation.html)\n* [Configuration](https://gfranzini.gitbooks.io/tracer/content/manual/configuration/)\n* [Output](https://gfranzini.gitbooks.io/tracer/content/manual/results-and-computed-files.html)\n\n## Passim\n\n### Requirements\n\n* Java 8 — not higher!\n* Scala\n* Sbt ( a build tool for JVM languages)\n* Apache Spark\n  * Comes with Java 11\n  * Depends on Hadoop, which has native libraries that aren't supported in OS X → won’t run on a Mac\n\n**NB!** Build Passim with `sbt` before installing Apache Spark. Spark comes with Java 11, which results in build conflicts when you are compiling Passim with `sbt`.\n\n### Download \u0026 compilation\n\n`git clone https://github.com/dasmiq/passim.git`\n\n`cd passim`\n\n`build/sbt package`\n\nThis should produce a runnable .jar in `target/scala_*/passim*.jar`.\n\n### Running\n\n`passim \"{input.json,directory-of-json-files,some*.json.bz2}\" output`\n\n### Docs\n[GitHub repo](https://github.com/dasmiq/passim)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fancatmara%2Ftext-reuse-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fancatmara%2Ftext-reuse-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fancatmara%2Ftext-reuse-test/lists"}