Skip to content

Commit

Permalink
Update core/src/main/scala/org/dbpedia/extraction/dataparser/Ethiopia…
Browse files Browse the repository at this point in the history
…nDateParser.scala

Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
Meti-Adane and TallTed authored Sep 8, 2024
1 parent 891b41f commit 9eb47ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class EthiopianDateParser(datatype: Datatype, val strict: Boolean = false) {
return Some((year, month, day))
}

// dates that contain geez/ Amharic numbers (day-month-year)
// dates that contain geez/Amharic numbers (day-month-year)
for (dateRegex5(day, month, year) <- List(dateString)) {
return Some((year, month, day))
}
Expand Down

0 comments on commit 9eb47ee

Please sign in to comment.