Skip to content

Commit

Permalink
Update core/src/main/scala/org/dbpedia/extraction/util/GeezNumberUtil…
Browse files Browse the repository at this point in the history
…s.scala

Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
Meti-Adane and TallTed authored Sep 8, 2024
1 parent 285a381 commit 9f2be60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class GeezNumberUtils {
'፼' -> 10000
)

// Preprocesses and converts geez scripts to arabic numeral.
// Preprocesses and converts geez scripts to Arabic numerals.
def preprocess(geezStr: String): List[Int] = {
val strippedGeezStr = geezStr.trim
val stack = scala.collection.mutable.ListBuffer[Int]()
Expand Down

0 comments on commit 9f2be60

Please sign in to comment.