1 /*************************************************************************/
2 /* Copyright (c) 2005 Sampo Pyysalo                                      */
3 /*                                                                       */
4 /* Use of the link grammar parsing system is subject to the terms of the */
5 /* license set forth in the LICENSE file included with this software.    */
6 /* This license allows free redistribution and use in source and binary  */
7 /* forms, with or without modification, subject to certain conditions.   */
8 /*                                                                       */
9 /*************************************************************************/
10 
11 int read_regex_file(Dictionary dict, const char *file_name);
12