Search found 3 matches

by An4k1n
Tue Jul 21, 2009 8:40 am
Forum: Proposals
Topic: Fuzzy logic
Replies: 0
Views: 6559

Fuzzy logic

How much work would it be to implement the fuzzy logic (maybe levenshtein) in the search. Many typos prevent a successful finding of information. Here is an example (from http://www.php.net ):
<?php
// input misspelled word
$input = 'carrrot';

// array of words to check against
$words = array ...
by An4k1n
Tue Jul 21, 2009 8:33 am
Forum: Proposals
Topic: Synonym list
Replies: 0
Views: 6221

Synonym list

A list of synonyms would be great. Example:
Oil -> Diesel, Gas
Homebanking -> HBCI, Institute, Chipcard, TAN list
If logging and inspecting searches (as is done in most customer oriented companies) you have a list of synonyms that are clear for you, but the software is unable to know that a user ...
by An4k1n
Tue Jul 21, 2009 8:17 am
Forum: General discussions
Topic: Adding translation for new tags not working
Replies: 5
Views: 5194

Adding translation for new tags not working

Hi there,

I try to add some translation tags to change same texts and customize my installation of phpmyfaq. My way is to add an new line to /lang/language_en.php and add one line with (for example)
$PMF_LANG["msgServicearea"] = "Service Area";
Then I go to the german file (/lang/language_de.php ...