dlwh / epic

**Archived** Epic is a high performance statistical parser written in Scala, along with a framework for building complex structured prediction models.

Home Page:http://scalanlp.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EpicSeqDemo doesn't compile

BorisHollas opened this issue · comments

With epic-2.11 and breeze-2.11, I get

missing or invalid dependency detected while loading class file 'SafeLogging.class'. Could not access term scalalogging in value com.typesafe, because it (or its dependencies) are missing. Check your build definition for missing or conflicting dependencies. (Re-run with -Ylog-classpath to see the problematic classpath.) A full rebuild may help if 'SafeLogging.class' was compiled against an incompatible version of com.typesafe. Epic Unknown Scala Problem

although SafeLogging is shown in the class browser in my Eclipse window.