-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GSOC'24 Amharic chapter] Implement Date time parser for Ethiopian Calendar #763
[GSOC'24 Amharic chapter] Implement Date time parser for Ethiopian Calendar #763
Conversation
Meti-Adane
commented
Aug 21, 2024
- Implements Ethiopian date to Gregorian calendar conversion for Amharic extractions.
- Implements Geez number to Arabic numeral conversion for dates written in geez number.
- Address concern mentioned in Issue 761
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost entirely human-facing.
Suggested capitalization on line 9 would be better for humans, but may not be appropriate for machinery.
core/src/main/scala/org/dbpedia/extraction/util/GeezNumberUtils.scala
Outdated
Show resolved
Hide resolved
core/src/main/scala/org/dbpedia/extraction/util/GeezNumberUtils.scala
Outdated
Show resolved
Hide resolved
core/src/test/scala/org/dbpedia/extraction/dataparser/DateTimeParserTest.scala
Outdated
Show resolved
Hide resolved
core/src/test/scala/org/dbpedia/extraction/dataparser/DateTimeParserTest.scala
Outdated
Show resolved
Hide resolved
core/src/test/scala/org/dbpedia/extraction/dataparser/DateTimeParserTest.scala
Outdated
Show resolved
Hide resolved
core/src/main/scala/org/dbpedia/extraction/config/dataparser/DateTimeParserConfig.scala
Show resolved
Hide resolved
core/src/main/scala/org/dbpedia/extraction/dataparser/EthiopianDateParser.scala
Outdated
Show resolved
Hide resolved
core/src/main/scala/org/dbpedia/extraction/dataparser/EthiopianDateParser.scala
Outdated
Show resolved
Hide resolved
core/src/test/scala/org/dbpedia/extraction/dataparser/DateTimeParserTest.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the mappings look good and there is an extensive test suite for the matching/conversion of Ethiopian dates 👍 . We should also accommodate @TallTed 's comments, except the two cases that I commented on
core/src/main/scala/org/dbpedia/extraction/config/dataparser/DateTimeParserConfig.scala
Show resolved
Hide resolved
core/src/test/scala/org/dbpedia/extraction/dataparser/DateTimeParserTest.scala
Outdated
Show resolved
Hide resolved
…s.scala Co-authored-by: Ted Thibodeau Jr <[email protected]>
…s.scala Co-authored-by: Ted Thibodeau Jr <[email protected]>
…ParserTest.scala Co-authored-by: Ted Thibodeau Jr <[email protected]>
…ParserTest.scala Co-authored-by: Ted Thibodeau Jr <[email protected]>
…ParserTest.scala Co-authored-by: Ted Thibodeau Jr <[email protected]>
…nDateParser.scala Co-authored-by: Ted Thibodeau Jr <[email protected]>
…nDateParser.scala Co-authored-by: Ted Thibodeau Jr <[email protected]>
…ParserTest.scala Co-authored-by: Ted Thibodeau Jr <[email protected]>
Quality Gate failedFailed conditions |
@Meti-Adane @jimkont, any update about this PR? |