Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Need help for implementing this project!!!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
s.subbarayan  
View profile  
 More options Aug 21 2004, 12:13 am
Newsgroups: comp.lang.c.moderated
From: s_subbara...@rediffmail.com (s.subbarayan)
Date: 21 Aug 2004 04:13:33 GMT
Local: Sat, Aug 21 2004 12:13 am
Subject: Need help for implementing this project!!!
Dear all,
I am not looking at this query from a C standard perspective,looking
for some tips from application perspective of how this can be
implemented in C.I am sorry if this group is not the right target for
this query,in which case,I need your direction for the right target
group for seeking help.

Can some one give me sample programs or links for creating a C program
which will summarize a given word document based on fractal
summarization and print the output to the monitor screen?Or even other
methods to summarize a document may also help me.I will be greatful if
its fractal.

The objective is I will pass the word document to be summarised and
the out put should be a summarised version of the document fed in as
input.

I am new to this type of programs so need some help from you all.
Advanced thanks for all your replys,
Regards,
s.subbarayan
--
comp.lang.c.moderated - moderation address: c...@plethora.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Leffler  
View profile  
 More options Aug 26 2004, 3:40 pm
Newsgroups: comp.lang.c.moderated
From: Jonathan Leffler <jleff...@earthlink.net>
Date: 26 Aug 2004 19:40:16 GMT
Local: Thurs, Aug 26 2004 3:40 pm
Subject: Re: Need help for implementing this project!!!

s.subbarayan wrote:
> Can some one give me sample programs or links for creating a C program
> which will summarize a given word document based on fractal
> summarization and print the output to the monitor screen?Or even other
> methods to summarize a document may also help me.I will be greatful if
> its fractal.

> The objective is I will pass the word document to be summarised and
> the out put should be a summarised version of the document fed in as
> input.

I think we need to see your course notes on what fractal summarization
means before we can really help.

--
Jonathan Leffler                   #include <disclaimer.h>
Email: jleff...@earthlink.net, jleff...@us.ibm.com
Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/
--
comp.lang.c.moderated - moderation address: c...@plethora.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hans-Bernhard Broeker  
View profile  
 More options Aug 26 2004, 3:41 pm
Newsgroups: comp.lang.c.moderated
From: Hans-Bernhard Broeker <broe...@physik.rwth-aachen.de>
Date: 26 Aug 2004 19:41:18 GMT
Local: Thurs, Aug 26 2004 3:41 pm
Subject: Re: Need help for implementing this project!!!
I wonder how this passed moderation --- it has essentially nothing to
do with C.  But it did, so here goes:

s.subbarayan <s_subbara...@rediffmail.com> wrote:
> Can some one give me sample programs or links for creating a C program
> which will summarize a given word document based on fractal
> summarization and print the output to the monitor screen?Or even other
> methods to summarize a document may also help me.I will be greatful if
> its fractal.

You have two largely independent problems, neither of which has
any particular relevance to this newsgroup:

1) Word documents.  What on earth made you choose word documents as
the input format?  For something to be read by a program written
yourself, that's about as wrong a choice of file format as you could
possibly come up with.  I strongly urge a reconsideration --- plain
text files would be about 1000% less of a hassle.

2) Summarization.  That's an entirely algorithmic problem.  You don't
seem to have anywhere near the grasp of the algorithm to be able to
code it in any language, be that C or Chinese.

Take several steps back from where you are now, and review how you got
there --- you must have jumped several classes to arrive at such a
huge homework problem so badly prepared.

--
Hans-Bernhard Broeker (broe...@physik.rwth-aachen.de)
Even if all the snow were burnt, ashes would remain.
--
comp.lang.c.moderated - moderation address: c...@plethora.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Inglis  
View profile  
 More options Aug 26 2004, 3:41 pm
Newsgroups: comp.lang.c.moderated
From: Brian Inglis <Brian.Ing...@SystematicSw.Invalid>
Date: 26 Aug 2004 19:41:20 GMT
Local: Thurs, Aug 26 2004 3:41 pm
Subject: Re: Need help for implementing this project!!!
On 21 Aug 2004 04:13:33 GMT in comp.lang.c.moderated,

Google is your friend:
http://www.google.com/search?q=fractal+summarization

--
Thanks. Take care, Brian Inglis         Calgary, Alberta, Canada

Brian.Ing...@CSi.com  (Brian dot Inglis at SystematicSw dot ab dot ca)
    fake address                use address above to reply
--
comp.lang.c.moderated - moderation address: c...@plethora.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Inglis  
View profile  
 More options Aug 30 2004, 1:00 am
Newsgroups: comp.lang.c.moderated
From: Brian Inglis <Brian.Ing...@SystematicSW.Invalid>
Date: 30 Aug 2004 05:00:45 GMT
Local: Mon, Aug 30 2004 1:00 am
Subject: Re: Need help for implementing this project!!!
On 26 Aug 2004 19:41:18 GMT in comp.lang.c.moderated, Hans-Bernhard

AFAICT MS Word documents still have 3*512 byte blocks of header info
preceding the actual text content, which is stored in sequential 512
byte blocks, with the last text block padded with trailing nul
characters.
I haven't yet found the edge case with an exact multiple of 512
characters to see what happens.
CR '\r' characters are included at the ends of paragraphs and IIRC LF
'\n' characters are used as hard line terminators within a paragraph.
There are some other control and typographic character codes embedded
in the text (some with non-display information included for various
purposes) that will need to be handled.

--
Thanks. Take care, Brian Inglis         Calgary, Alberta, Canada

Brian.Ing...@CSi.com  (Brian[dot]Inglis{at}SystematicSW[dot]ab[dot]ca)
    fake address                use address above to reply
--
comp.lang.c.moderated - moderation address: c...@plethora.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »