~snowball-yiddish-dev/snowball-yiddish/trunk

« back to all changes in this revision

Viewing changes to snowball/runtime/api.c

  • Committer: richard
  • Date: 2004-02-25 11:41:49 UTC
  • Revision ID: svn-v4:633ccae0-01f4-0310-8c99-d3591da6f01f:trunk:244
Add german2 stemmer, and fixes for some of the compiler warnings reported.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
#include <stdlib.h> /* for calloc, free */
2
3
#include "header.h"
3
4
 
4
5
extern struct SN_env * SN_create_env(int S_size, int I_size, int B_size)