Click here to Skip to main content
15,892,768 members

Comments by Member 13032047 (Top 21 by date)

Member 13032047 31-Jul-21 19:22pm View    
Does anyone have any ideas on how to compare a list of words? The words in the list would need to be compared with each other (i.e. to find patterns in the words themselves not match against an existing pattern) then grouped according to the common prefix/suffix of each group?
Member 13032047 14-Jul-21 17:24pm View    
Thanks once again for your input Gerry! Do you have any suggestions as to how to do what you are suggesting? "rules and tables" programming seems a bit vague to me. Please excuse my ignorance of what exactly you are referring to. But, I have been searching for a very long time and some practical help would be great!
Member 13032047 13-Jul-21 14:17pm View    
Thanks for your input Peter! I actually did the manual splitting in Notepad! The final app I hope to create needs to automate the process. However, both the splitting process and any other subsequent processes need some method to automate them? Not familiar with using a database? Because the app I hope to create works with "unknown data which contains recognisable patterns (i.e. Roman alphabet or installed fonts)." I'm thinking along the lines of pattern recognition, i.e. comparing all words in a list to find patterns and report the results as columns in a ListView? Any ideas?
Member 13032047 13-Jul-21 14:11pm View    
Thanks for your input Gerry! I'm not looking for a magic solution. Searching for the longest prefix is a programmatic way of automating a previously manual task! If you only have to repeat a task once or twice there is no reason to use automation. I am looking for a solution that basically does what the longest prefix or suffix operations do, but groups and lists all words with the same prefix or suffix (rather than just one word) and also separates the morphemes into columns. Seems like a perfectly viable application to me???
Member 13032047 8-Jul-20 12:19pm View    
Hey Luc, I'm trying to answer your replies, but all the messages have suddenly disappeared? I looked in config and the preview messages option is checked??? Don't know where to look to see the messages???