Skip to content

Commit

Permalink
Changed tests to nlytx-nlp
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewresearch committed Nov 6, 2017
1 parent e07f54d commit 80d5804
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/test/scala/tap/pipelines/AnnotatingPipelineSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ package tap.pipelines

import akka.NotUsed
import akka.stream.scaladsl.{Flow, Keep, Sink, Source}
import cc.factorie.app.nlp.Document
import io.nlytx.factorie_nlp_api.AnnotatorPipelines
import org.scalatest.AsyncFlatSpec
import io.nlytx.nlp.api.AnnotatorPipelines
import io.nlytx.nlp.api.DocumentModel.Document
import org.scalatestplus.play.PlaySpec
import org.scalatestplus.play.guice.{GuiceOneAppPerTest, GuiceOneServerPerTest}
import play.api.inject.guice.GuiceApplicationBuilder
import play.api.test.Injecting
import tap.data._

import scala.concurrent.duration._
import scala.concurrent.{Await, Future}
Expand Down

0 comments on commit 80d5804

Please sign in to comment.