Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
2answers
901 views

Word break in languages without spaces between words (e.g., Asian)?

I'd like to make MySQL full text search work with Japanese and Chinese text, as well as any other language. The problem is that these languages and probably others do not normally have white space ...
3
votes
2answers
66 views

Can I define which characters are allowed to 'break' a word?

I'm showing up veeeery long URLs in my Safari extension. Obviously, they can't fit on a single line. Currently, word breaking rules make it so most URLs are on two lines: the first one is rather short ...
1
vote
3answers
420 views

Does anyone know if there is a list of German words used in the Fulltext word breaker?

SQL Server Full Text Search uses language specific Word Breakers. For the German language this is used to break/split words including compound words. However, it appears not all known compound words ...
0
votes
1answer
54 views

Is there such a thing as third party SQL Server word breaker for Hungarian language?

I want to use CONTAINS on a fulltext index and use FORMSOF(...) on Hungarian data. Is it possible? I KNOW it is not supported by default in SQL Server.
0
votes
1answer
63 views

Help Executing this Java Application

I received this source code: http://www.sbbic.org/split.zip under the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 It came to me from the author without documentation or support ...