MojoJolo / textteaser

TextTeaser is an automatic summarization algorithm.
MIT License
1.97k stars 251 forks source link

Is it possible to disable the use of MongoDB? #18

Closed wodow closed 10 years ago

wodow commented 10 years ago

If category or blog hints/fields are never set or used?

RahulKulhari commented 10 years ago

To disable Mongodb :

In class GuiceModule.Scala

class GuiceModule(config: Config, dummyKeywordService: Boolean = false) extends AbstractModule with ScalaModule {

just put dummyKeywordService: Boolean = true then it will not use Mongodb

wodow commented 10 years ago

Thanks for that. I've created a PR to put that in the README.

Great project! Thanks for open-sourcing.