本文介绍了如何在文本中找到所有相同的单词?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我需要在文本中找到所有相同的单词。 这样做最好的主意是什么? 我使用了string.find但它没有正确地工作。 假设我想在文中找到一个数字324 ''45 324 45324'' 只出现一次324字,但string.find()发现2 次出现(在45324中) 必须我用正则表达式吗? 感谢您的帮助 L. 解决方案 1 ciao marco - 回复`python -c" print''m ******** @ itsuig.ocram''[:: - 1]"` -----开始PGP SIGNATURE ----- 版本:GnuPG v1.4.6(GNU / Linux) iD8DBQFFzcu6mQRKGuVp5FMRArzTAKCpmT / ykP1K8HQaF30phLeq8zBUzQCfZCEU 6RA4kH2QdMe0wcm97MrUWfM = = p9iU ----- END PGP SIGNATURE ----- 1 ciao Marco, 谢谢你你的帮助。 它完美无缺,但我忘了说我还需要找到每个单词出现的 的位置。是否有可能 谢谢。 L 1 ciao Marco, 感谢您的帮助。 它运作完美但我忘了说我还需要找到每个单词出现的 的位置。是否有可能 [1] - 正在建设中 I need to find all the same words in a text .What would be the best idea to do that?I used string.find but it does not work properly for the words.Let suppose I want to find a number 324 in the text''45 324 45324''there is only one occurrence of 324 word but string.find() finds 2occurrences ( in 45324 too)Must I use regex?Thanks for helpL. 解决方案1ciaomarco--reply to `python -c "print ''m********@itsuig.ocram''[::-1]"`-----BEGIN PGP SIGNATURE-----Version: GnuPG v1.4.6 (GNU/Linux)iD8DBQFFzcu6mQRKGuVp5FMRArzTAKCpmT/ykP1K8HQaF30phLeq8zBUzQCfZCEU6RA4kH2QdMe0wcm97MrUWfM==p9iU-----END PGP SIGNATURE----- 1ciaoMarco,Thank you for your help.It works perfectly but I forgot to say that I also need to find thepossition of each word''s occurrence.Is it possible thatThanks.L 1 ciaoMarco,Thank you for your help.It works perfectly but I forgot to say that I also need to find thepossition of each word''s occurrence.Is it possible that[1]--Under construction 这篇关于如何在文本中找到所有相同的单词?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
07-04 11:24