perl學習

IDE:Perl.Builder.v2.0h.Professional-SSG

Task:

There is a collection of files og gene summaries. Each one has a relevant file which contains a list of sentemces which can be the candidate of summary sentence. I have ranked them with the method of LDA, TR and GO. Further more, I need weights to calculate the importance of sentence byall these three features.

files handle within a directory

loop through a file read each line of the file until bottom

put origin summary in a table

judge each new sentence whether it has contains in origin summary

if(contain)continue;

else put the sentence into summary and output new summary into file

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章