Hi David, what is the performance of Readability compared with other text extraction tools like Boilerpipe [1] or Goose [2]?
I think it would be interesting to extend your approach to configurable text extraction engines. As Fabian is suggesting, to create specialized enhancement engines which extract text from HTML contents and feed them to other enhancement engines. Regards, Andrea [1] http://code.google.com/p/boilerpipe/ [2] https://github.com/jiminoc/goose/wiki 2013/1/14 Fabian Christ <[email protected]> > 2013/1/14 David Riccitelli <[email protected]> > > > > 1) You introduce an new endpoint http://localhost:8080/api/tasks > > > > Correct. Ideally the API front-end focuses more on developer adoption so > to > > provide APIs that ease integration. > > > At this point I am not sure how we want to add such an API layer. Or even > if we want such a thing at all. It may be confusing for people. > > Why not add your service as an enhancement engine that can be configured as > the first engine in an enhancement chain. That would be the natural way of > doing it with the stuff we have right now. > > What is the benefit of having another REST API facade? Are there more use > cases for it? > > Thanks, > - Fabian > -- > Fabian > http://twitter.com/fctwitt >
