Quantcast
Channel: PunBB Forums — [HOWTO] - Create a stopwords list
Browsing latest articles
Browse All 30 View Live

[HOWTO] - Create a stopwords list

The information below only applies to language pack authors.All PunBB language packs contain a list of stopwords. These words are words that help us humans communicate, but don't nessecarily "mean"...

View Article



Re: [HOWTO] - Create a stopwords list

Also note that special chars like ' and others should not be in the stopword list. Right? :P

View Article

Re: [HOWTO] - Create a stopwords list

Good idea. I'll add it to the text.

View Article

Re: [HOWTO] - Create a stopwords list

200 words?  Are these turned into a hash to cross check against words before saving to a search database?  What happens if you use 300 words?I'm having problems with my phpbb and checking out...

View Article

Re: [HOWTO] - Create a stopwords list

300 is no problem. You could use 3000 if you wanted to, but posting performance would decrease.

View Article


Re: [HOWTO] - Create a stopwords list

A good rule of thumb is to use conjunctions as stopwords:for and nor but or yet soAnd articles:a an theAnd other determiners:this that these those which what

View Article

Re: [HOWTO] - Create a stopwords list

Rickard wrote:...The query looks like this:SELECT sw.word, COUNT(sm.post_id) AS hits FROM search_words AS sw INNER JOIN search_matches AS sm ON sw.id = sm.word_id GROUP BY sw.id ORDER BY hits DESC...

View Article

Re: [HOWTO] - Create a stopwords list

scottywz: It should work on any DB. If you're using a table prefix, you'll have to insert it in front of search_words and search_matches though.

View Article


Re: [HOWTO] - Create a stopwords list

How do i make "Sub Forum" in mypunnbb?i really need help with this.Thanks.

View Article


Re: [HOWTO] - Create a stopwords list

How is that at all related to this topic?And anyway, you're using MyPunBB: that means you can't have subforums, since Connor hasn't installed the mod.Plus, next time, ask for MyPunBB support in the...

View Article

Image may be NSFW.
Clik here to view.

Re: [HOWTO] - Create a stopwords list

Smartys wrote:How is that at all related to this topic?And anyway, you're using MyPunBB: that means you can't have subforums, since Connor hasn't installed the mod.Plus, next time, ask for MyPunBB...

View Article

Image may be NSFW.
Clik here to view.

Re: [HOWTO] - Create a stopwords list

Then host your own forums Using MyPunBB is a tradeoff: you don't have to worry about webspace, etc but you lose the ability to add your own mods

View Article

Re: [HOWTO] - Create a stopwords list

i'm currently translating the punbb to the portuguese language (the available pack, is rather incomplete and somehow bad), and i'd like to know if the letter ç is categorized as a special caracter....

View Article


Re: [HOWTO] - Create a stopwords list

I wasn't aware PunBB had this feature, but, since it does, there should be an option to allow stopwords in a search... I can think of a couple situations you'd maybe want it... maybe.

View Article

Image may be NSFW.
Clik here to view.

Re: [HOWTO] - Create a stopwords list

CReatiVe4w3 wrote:I wasn't aware PunBB had this feature, but, since it does, there should be an option to allow stopwords in a search... I can think of a couple situations you'd maybe want it......

View Article

Browsing latest articles
Browse All 30 View Live




Latest Images