MojoJolo / textteaser

TextTeaser is an automatic summarization algorithm.
MIT License
1.97k stars 250 forks source link

IO error while decoding /Scala/textteaser/src/main/scala/com/textteaser/summarizer/Main.scala with UTF-8 #4

Closed Jonovono closed 10 years ago

Jonovono commented 10 years ago

So I am following the steps. Clone the repo. Cd into it. Run sbt compile and then get these error messages. I am new to scala, not sure how to resolve. Any thoughts?

$ sbt --version sbt launcher version 0.13.0

[error] IO error while decoding /Scala/textteaser/src/main/scala/com/textteaser/summarizer/Main.scala with UTF-8 [error] Please try specifying another one using the -encoding option [error] one error found error Compilation failed [error] Total time: 5 s, completed 12-Oct-2013 14:57:11

melpomene commented 10 years ago

Duplicate of issue #3

Jonovono commented 10 years ago

Ah great, my bad for missing that.

tkroman commented 10 years ago

Fixed this in #6