python如何寻找两个相似的文件_python-提取两个相似标题之间具有特定单词...

我的文本文件包含类似这样的段落.

summary

A result oriented and dedicated professional with three years’ experience in Software Development. A proactive individual with a logical approach to challenges, performs effectively even within a highly pressurised working environment.

summary

Oct 28th, 2010 – Till date Cognizant Technology Solutions

Project #1

Title Wealth Passport – R7.3

Client Northern Trust

Operating System Windows XP

Technologies J2EE, JSP, Struts, Oracle, PL/SQL

Team Size 3

Role Team Member

Period 22nd Aug’ 2013 - Till Date

Project Description

Wealth Passport R7.3 release aims at enhancements in four projects SGY, PMM, WPA and WPX. This primarily involves analysing existing issues in the four applications and enhancements to some of the functionalities.

Role and Responsibilities

Handled dockets in SGY and PMM applications.

Done root cause analysis to existing issues in a short span of time.

Designed and developed enhancements in PMM application.

Preparing Unit Test cases for the developed Java modules and executing them.

Project #2

Title PFS Development – WP Filecabinet and R7.2

Client Northern Trust

Operating System Windows XP

Technologies J2EE, JSP, Struts, Weblogic Portal, Oracle, PL/SQL, UNIX, Hibernate, Spring, DOJO

Team Size 1

Role Team Member – JavaEE Developer

Period 18th June’ 2013 – 21st Aug’ 2013

Project Description

PFS Development project is to provide the development services for PFS capital projects: Wealth Passport, Private Passport 6.0 and Private Passport 7.0

Wealth Passport Filecabinet provides functionality for users to store their files on our system. This enables users to create folders, upload files and view the uploaded files. Batch upload/delete option is also available. Deleted files will be moved to Waste Bucket, from where users can restore should they wish. This project aims at improving the performance of Filecabinet which was mandated by increasing customer base and files handled by the system.

现在,我想提取包含“ Project”,“ Teamsize”之类的词的摘要

而不提取其他摘要部分.

我在下面尝试过此代码,它提取了两个摘要内容

import re

import os

with open ('9.txt', encoding='latin-1') as infile, open ('d.txt','w',encoding='latin-1') as outfile :

copy = False

for line in infile:

if line.strip() == 'summary':

re.compile('

project*

')

copy = True

elif line.strip() == "summary":

copy =False

elif copy:

outfile.write(line)

#fh = open("d.txt",'r')

contents = fh.read()

len(contents)

我希望保存的文本文件为d.txt,其中包含内容

summary

Oct 28th, 2010 – Till date Cognizant Technology Solutions

Project #1

Title Wealth Passport – R7.3

Client Northern Trust

Operating System Windows XP

Technologies J2EE, JSP, Struts, Oracle, PL/SQL

Team Size 3

Role Team Member

Period 22nd Aug’ 2013 - Till Date

Project Description

Wealth Passport R7.3 release aims at enhancements in four projects SGY, PMM, WPA and WPX. This primarily involves analysing existing issues in the four applications and enhancements to some of the functionalities.

Role and Responsibilities

Handled dockets in SGY and PMM applications.

Done root cause analysis to existing issues in a short span of time.

Designed and developed enhancements in PMM application.

Preparing Unit Test cases for the developed Java modules and executing them.

Project #2

Title PFS Development – WP Filecabinet and R7.2

Client Northern Trust

Operating System Windows XP

Technologies J2EE, JSP, Struts, Weblogic Portal, Oracle, PL/SQL, UNIX, Hibernate, Spring, DOJO

Team Size 1

Role Team Member – JavaEE Developer

Period 18th June’ 2013 – 21st Aug’ 2013

Project Description

PFS Development project is to provide the development services for PFS capital projects: Wealth Passport, Private Passport 6.0 and Private Passport 7.0

Wealth Passport Filecabinet provides functionality for users to store their files on our system. This enables users to create folders, upload files and view the uploaded files. Batch upload/delete option is also available. Deleted files will be moved to Waste Bucket, from where users can restore should they wish. This project aims at improving the performance of Filecabinet which was mandated by increasing customer base and files handled by the system.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值