{"id":18184273,"url":"https://github.com/vovandreevik/cross-reference-generator","last_synced_at":"2025-04-07T12:17:32.079Z","repository":{"id":199596019,"uuid":"645823905","full_name":"vovandreevik/Cross-Reference-Generator","owner":"vovandreevik","description":"This C++ program reads text from a file, generates a cross-reference table of words along with the lines they appear on, and prints the text with line numbers.","archived":false,"fork":false,"pushed_at":"2023-10-26T20:18:31.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T14:49:44.027Z","etag":null,"topics":["cpp","cross-reference","dictionary","map","vector"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vovandreevik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-05-26T14:14:52.000Z","updated_at":"2024-04-04T10:31:10.000Z","dependencies_parsed_at":"2025-02-13T14:49:48.863Z","dependency_job_id":"7faf26f5-25ec-4993-8560-239d929d7fb7","html_url":"https://github.com/vovandreevik/Cross-Reference-Generator","commit_stats":null,"previous_names":["vovandreevik/crossreferences"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovandreevik%2FCross-Reference-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovandreevik%2FCross-Reference-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovandreevik%2FCross-Reference-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovandreevik%2FCross-Reference-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vovandreevik","download_url":"https://codeload.github.com/vovandreevik/Cross-Reference-Generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648977,"owners_count":20972945,"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","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":["cpp","cross-reference","dictionary","map","vector"],"created_at":"2024-11-02T21:03:52.791Z","updated_at":"2025-04-07T12:17:32.073Z","avatar_url":"https://github.com/vovandreevik.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text Cross-Reference Generator\n\nThis C++ program reads text from a file, generates a cross-reference table of words along with the lines they appear on, and prints the text with line numbers. \n\nIt's a useful tool for quick word and line references in a text document.\n\n## Features\n\n- **Text with Line Numbers**: Displays the original text with line numbers, making it easier to reference specific lines.\n\n- **Cross-Reference Table**: Generates a cross-reference table of words and the lines they appear on.\n\n- **Word Cleaning**: Cleans words by removing non-alphabetic characters and converting them to lowercase for accurate word counts.\n\n\n## Input File Format\nThe input file should contain the text you want to process. The program reads and analyzes this text.\n\n### Example Input File:\n\n```\ncherry tree tree\nCherry;\nmango cherry tree,\napple. %^**(@#\nfree 324235\n```\n## Examples\nExample command and expected output:\n\n### Text with Line Numbers:\n\n```\n1: cherry tree tree\n2: Cherry;\n3: mango cherry tree,\n4: apple. %^**(@#\n5: free 324235\n```\n\n### Cross-Reference Table:\n\n```\nWords:          Lines:\napple           4\ncherry          1 2 3\nfree            5\nmango           3\ntree            1 3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvovandreevik%2Fcross-reference-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvovandreevik%2Fcross-reference-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvovandreevik%2Fcross-reference-generator/lists"}