Find all occurences of many words in large body of source code -


the body of source code 500k lines of c# , 50k lines of xml. need find occurrences of each of 30k words. one-time effort. what's way efficiently? i'm expecting answer suggests tools, not algorithms. there tokenizer index symbols , literals in source, , support indexed lookup?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -