~fuzzgun/emailgraph/trunk-1

« back to all changes in this revision

Viewing changes to emailgraph.h

  • Committer: Bob Mottram
  • Date: 2011-09-05 21:55:43 UTC
  • Revision ID: fuzzgun@gmail.com-20110905215543-3vdnljur12l79z3l
Ability to print sentences

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
void update_style(contact * c, contact * other);
248
248
void stylometrics_process_sentence(char * sentence);
249
249
 
 
250
/* semantics.c */
 
251
void semantics_process_sentence(char * sentence);
 
252
 
250
253
/* read_email.c */
251
254
struct tm read_email_date(char * linestr);
252
255
void read_email_address(char * linestr, contact * email);
265
268
  int * week_histogram,
266
269
  char ** keywords,
267
270
  int gender,
268
 
  filename_list * extract_corpus);
 
271
  filename_list * extract_corpus,
 
272
  int sentence_dump);
269
273
 
270
274
/* corpus.c */
271
275
void corpus_free(filename_list * email_list);