Skip to content

Commit

Permalink
fixed bugs after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jcanny committed Jul 19, 2013
1 parent 1b286b5 commit eaffee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified BIDParse.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main/scala/BIDParse/Parser.scala
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,8 @@ class BIDParser(maxlen: Int = 40,
ts.viterbi(rootpos)
val trees = for(i <- 0 until numSentences) yield {
var tree = BIDParser.getRTree(i, ts, tsents, true)
//tree = new Trees.FunctionNodeStripper().transformTree(tree)
//tree = TreeAnnotations.unAnnotateTree(tree)
tree = new Trees.FunctionNodeStripper().transformTree(tree)
tree = TreeAnnotations.unAnnotateTree(tree)
tree
}
trees
Expand Down

0 comments on commit eaffee6

Please sign in to comment.