Adam Gibson <aegibson@...> writes:
> 
> The traditional NLP/UIMA pipeline model fits very well with storm's
> spouts/bolts model. I built out something for myself which has uses
> isolated analysis engines for different tasks and built some spouts out as
> adapters. The basics of it would be doing a process on each analysis
> engine, and then using one of the cas serialization utilities to pass
> results along each spout. You could load the text you want to analyze via
> any number of means (JMS, REST,...) into a spout which will then forward it
> to the rest of the topology. I've found it to be great for my use case.
> 
> Hope that helps!
> 

It kinda helps - just read about spouts and other concepts. I need to work
on some examples. At lease I know my thoughts were not out of line! I will
post more specific questions maybe in a few weeks.

Thanks a bunch, happy holidays.

Regards.


Reply via email to