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
Post a Comment