{"id":17867255,"url":"https://github.com/saidziani/sumrized","last_synced_at":"2025-03-21T09:31:45.969Z","repository":{"id":183904210,"uuid":"113241592","full_name":"saidziani/Sumrized","owner":"saidziani","description":"Automatic Text Summarization (English/Arabic). ","archived":false,"fork":false,"pushed_at":"2018-07-01T11:05:46.000Z","size":10213,"stargazers_count":37,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-23T01:55:25.539Z","etag":null,"topics":["arabic-nlp","nlp-machine-learning","text-summarization"],"latest_commit_sha":null,"homepage":"http://sumrized.com/","language":"Jupyter Notebook","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/saidziani.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}},"created_at":"2017-12-05T22:50:35.000Z","updated_at":"2023-11-06T13:04:21.000Z","dependencies_parsed_at":"2023-07-26T09:51:27.317Z","dependency_job_id":null,"html_url":"https://github.com/saidziani/Sumrized","commit_stats":null,"previous_names":["saidziani/sumrized"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidziani%2FSumrized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidziani%2FSumrized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidziani%2FSumrized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidziani%2FSumrized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saidziani","download_url":"https://codeload.github.com/saidziani/Sumrized/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221813751,"owners_count":16884904,"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":["arabic-nlp","nlp-machine-learning","text-summarization"],"created_at":"2024-10-28T09:46:43.450Z","updated_at":"2024-10-28T09:46:44.624Z","avatar_url":"https://github.com/saidziani.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"http://sumrized.com/\" target=\"_blank\"\u003e\n        \u003cimg src=\"http://sumrized.com/img/sumrized-logo.png\" width=\"150\" alt=\"Sumrized\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n# Arabic Text Summarization\n\n\n## Starting Project\n\n* Make sure you have installed pip (Python 3)\n    ```text\n    sudo apt-get install python3-pip\n    ```\n\n* Make sure you have NLTK (Natural Language Tool Kit) installed  (Python 3)\n    ```text\n    sudo pip install -U nltk\n    ```\n\n## Project content \n\n```text\n.  \n├── docs                    \u003c- All documentation about project\n│   ├── reports             \u003c- Reports for current project advancement \n│   ├── references          \u003c- All references papers, links related to this project goes here   \n│   └── sphinx              \u003c- Automaticaly genereated API documentation form stringdocs in code\n│\n├── lib                     \u003c- All project's source code goes here\n│   ├── data-generation     \u003c- Code for data generation if needed \n│   └── preprocessing       \u003c- Code for data preprocessing \n│ \n├── models                  \u003c- Contains code to train, test and run models \n│   ├── dumps               \u003c- trained models file\n│   └── scripts             \u003c- script to run models \n│ \n├── Readme.md               \u003c- Contains current project info\n├── requirements.txt        \u003c- Packages and modules needed for the current project to run\n└── tests                   \u003c- Unit test for the code in lib/ \n    └── lib  \n        ├── analysis  \n        ├── data-generation   \n        └── preprocessing\n   \n```\n  \n## Guide lines\n\n### Data\n\n* Symlink to your Raw data\n    ```text\n        user@host:/my/awesome/project$ ln -s /path/to/your/raw/data . \n    ```\n\n* Data location must follow this structure:\n\n```\ndata  \n├── raw             \u003c- Raw data\n├── temp            \u003c- transformed data stored temporarily if needed \n└── preprocessed    \u003c- preprocessed data to run in a model\n```\n#### Data is immutable  \n* Treat the data/raw (and its format) as immutable. Don't ever edit your raw data, especially not manually, and \nespecially not in Excel.\n* Don't overwrite your raw data. Don't save multiple versions of the raw data.\n* The code you write should move the raw data through a pipeline to your final analysis.\n* You shouldn't have to run all of the steps every time you want to make a new figure, \nbut anyone should be able to reproduce the final products with only the code in lib/ and the data in data/raw.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaidziani%2Fsumrized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaidziani%2Fsumrized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaidziani%2Fsumrized/lists"}