Skip to content

Commit

Permalink
refresh Parser.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
jcanny committed Sep 16, 2013
1 parent 68502de commit f5337cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/BIDParse/Parser.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import edu.berkeley.nlp.io.{PTBLineLexer, PTBTokenizer}
import edu.berkeley.nlp.util.Numberer
import scala.collection.mutable.ListBuffer
import collection.mutable
import collection.mutable.ArrayBuffer
import collection.mutable.ArrayBuffer
import scala.collection.JavaConverters._
import scala.actors.Actor
import io.Source
Expand Down

0 comments on commit f5337cc

Please sign in to comment.