由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - need help about perl!! please
相关主题
关于edit distance[合集] 现在学啥scripting language比较好?
k-means怎样改进能使cluster大小大致一样who can do this?去不了的兄弟姐妹们建议这么打电话 (转载)
[转载] 请教个perl 的问题真诚请教关于学perl的一些问题
Fresh CS Ph.D.找工作问题perl和python到底哪个好?
python or perl?请问PERL里怎么判断一个list里面包含一个元素
有没有办法突击学习一下SQL、PHP和Perl? (转载)如何用 Shell or Perl script 改 directory name
part time job for computer science/engineering students新手请教如何抓blog data的问题
问一个关于批处理的问题,谢了! (转载)紧急求助:怎么批处理修改几百个文件的文件名?
相关话题的讨论汇总
话题: perl话题: cost话题: need话题: about
进入CS版参与讨论
1 (共1页)
j*******e
发帖数: 48
1
I want to calculate the edit distance between two words, I penalize
insertion, deletions and substitution by 1 unit. My question is, for some
substitutions, for example, "a", its closest neighbors "q, s , z", it is
substitution cost will be 0.5. I have a txt file which contain all the pairs
whose substitution cost will be 0.5, how to write these cost in perl? I
have the code for the cost=1 case, do not know how to modify the code to
include the new substitution case. Thank you!
below is the perl
j*******e
发帖数: 48
2
please give me some idea, I really appreciate!!
1 (共1页)
进入CS版参与讨论
相关主题
紧急求助:怎么批处理修改几百个文件的文件名?python or perl?
做vision或者graphics的公司要用perl,php,python吗?有没有办法突击学习一下SQL、PHP和Perl? (转载)
Linux下如何限制一个命令只能在登陆为指定用户下才能运行? (转载)part time job for computer science/engineering students
perl 请教问一个关于批处理的问题,谢了! (转载)
关于edit distance[合集] 现在学啥scripting language比较好?
k-means怎样改进能使cluster大小大致一样who can do this?去不了的兄弟姐妹们建议这么打电话 (转载)
[转载] 请教个perl 的问题真诚请教关于学perl的一些问题
Fresh CS Ph.D.找工作问题perl和python到底哪个好?
相关话题的讨论汇总
话题: perl话题: cost话题: need话题: about