Posted by lukeliu2003 on March 23, 2006 at 5:25am
Jump to:
| Project: | Chinese Word Splitter(中文分词) |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | zealy |
| Status: | closed (fixed) |
Issue Summary
In the line 68 of csplitter.module, set $fdicpath as the following:
$fdicpath = drupal_get_path('module', 'csplitter')."/filter.txt";
But the file "filter.txt" does not exist.
Comments
#1
I've add this missing file to CVS HEAD and 4.6 branch. You can find it in cvs or 4.6.x module tar file.
#2