If you give some examples of what you want to parse we can give more
specific advice.

Kent

I'm assuming this falls under the rubric of text parsing. Here's what I want to make: A way to create a set of user defined tags or markers that can be applied to any section of a text document. Then I want a function that will write to a file all of the tagged/marked text (that is text between tag_start and tag_end), preferably with a reference to the file from which it came. Ultimately, I want this to reside in a gui which allows the user to read the text, tag/mark various sections of interest, and then write all of those sections to files corresponding to the specified tags. I expect the files to be between 50k and 150k words.


thanks,

ross

--
If you know what you're doing, you must not be 'doing' a dissertation.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to