neelsmith / greek

Utilities in Scala for working with polytonic ancient Greek.
https://neelsmith.github.io/greek/
2 stars 3 forks source link

LGS throwing exception on empty string? #62

Open neelsmith opened 4 years ago

neelsmith commented 4 years ago

LiteraryGreekString.scala:224

neelsmith commented 4 years ago

val tokensClassified: Vector[MidToken] = if (trimmed(0) == '"')

needs to check for empty string