{"id":16813292,"url":"https://github.com/risadams/naticon","last_synced_at":"2025-03-17T11:24:38.443Z","repository":{"id":103578418,"uuid":"167590750","full_name":"risadams/Naticon","owner":"risadams","description":"A natural language parser for dates and times for .Net written in C#.","archived":false,"fork":false,"pushed_at":"2019-01-28T15:01:02.000Z","size":1274,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T20:53:32.323Z","etag":null,"topics":["csharp","datetime","netcore","nlp"],"latest_commit_sha":null,"homepage":"","language":"C#","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/risadams.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-01-25T18:03:40.000Z","updated_at":"2019-01-28T15:01:04.000Z","dependencies_parsed_at":"2023-03-13T15:07:19.580Z","dependency_job_id":null,"html_url":"https://github.com/risadams/Naticon","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risadams%2FNaticon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risadams%2FNaticon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risadams%2FNaticon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risadams%2FNaticon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/risadams","download_url":"https://codeload.github.com/risadams/Naticon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244022638,"owners_count":20385133,"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":["csharp","datetime","netcore","nlp"],"created_at":"2024-10-13T10:25:55.226Z","updated_at":"2025-03-17T11:24:38.411Z","avatar_url":"https://github.com/risadams.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Naticon #\n\n## Introduction ##\n\nA natural language parser Dates and Times for .Net written in C#.\n\n## Usage ##\n\n```csharp\nDateTime.Now;\n  //=\u003e Sun Aug 27 23:18:25 PDT 2006\n\nvar parser = new Parser();\nparser.Parse(\"tomorrow\");\n  // =\u003e Mon Aug 28 12:00:00 PDT 2006\n\n// Setting context\nparser = new Parser(new Options { Context = Pointer.Type.Past });\nparser.Parse(\"monday\");\n  // =\u003e Mon Aug 21 12:00:00 PDT 2006\n\nparser = new Parser(new Options { Clock = () =\u003e new DateTime(2000, 1, 1)});\nparser.Parse(\"may 27th\");\n  // =\u003e Sat May 27 12:00:00 PDT 2000\n```\n\n## Credits ##\n\nForked from the [nChronic](https://github.com/robertwilczynski/nChronic) project which has since been abandoned.\n\n## License ##\n\nUnless specified otherwise all is licensed under the MIT license. See LICENSE for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisadams%2Fnaticon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frisadams%2Fnaticon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisadams%2Fnaticon/lists"}