Free2Code
 
Time: 2008-11-21, 02:03am
ask a question
Subject: ask a question  ·  Posted: 2006-10-05, 02:56pm
Rank: ? (1)
Member #: 28730
i have some file , example :

"work with data in file you must first open the file. getting a file handle corresponding to that file. that will create an input/output channel. then you use the file handle to refer to said file in other operations. then when you are through with the file, you close it. i will be going through this entire spiel in this tutorial.

"

maybe isave to try.txt

i want to split in file try.txt become a sentences :

examp the result

work with data in file you must first open the file.
that will create an input/output channel.
then you use the file handle to refer to said file in other operations.
then when you are through with the file, you close it.
i will be going through this entire spiel in this tutorial.


# end of result

i confuse how to split sentences with end by "."

can some body help me

thanks for your attention



 
  Reply to this ·  Post link ·  Top

Pages: 1

Please login or register to post a reply.

icons