You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jason Baldridge edited this page May 24, 2013
·
2 revisions
v 1.6.0
Changed upenn.junto._ to junto._
Added junto.JuntoContext, which has functions for making it easier to interact with graphs and pull out results after running label propagation.
Added prepositional phrase attachment test.
Added some helpers for creating graphs with nodes of different types, e.g. junto.config.VertexName.
Now using Scallop for command-line parsing (instead of Argot).
v 1.5
general updates to newer versions of Scala and related software
artifacts posted to Maven central
v 1.2.3
Updated to SBT 0.11.2.
Updated to Akka 2.0.3
Updated other dependencies (trove, argot)
minor change to build setup - now use bin/build rather than "junto build"
v 1.2.2
Updated to SBT 0.11.1.
Added preliminary actor-based implementation of MAD.
Ported Graph and Vertex classes to Scala. Reduced hash table lookups. Precompute Mii normalization values.
Ported algorithms to Scala, and changed from static/object methods to classes with simple class hierarchy for LP algorithms. Removed QC algorithm in prep for more changes to API.
Ported Vertex to Scala and simplified, updated other classes that use it.
Moved classes in junto.type to junto.util because "type" is a reserved word in Scala.