hi,
does any one know about the pipe & filter architecture implemntation in C#
have a question in that.

Recommended Answers

All 3 Replies

Were you going to ask that question?

what ia was going to ask is

i created a project to read data from a file and remover te special charaters and then remover the stop words(such as the, is a, of , in... etc there is a list) and then remover the stemwords and get the root (like jumps jumping should generate the word jump) and compute the highest number of occurance of the word and print the first 20 in to the console, this only supports english language files

my question is how to i extend the project so that it would read different language files (according to this architecture)

any idea???

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.