Commit Graph

14 Commits (66cf7d4ca5fa9626068a5bff3211f91761a1eb15)

Author SHA1 Message Date
Michael Peter Christen 8285fe715a tab to spaces for classes supporting the condenser.
1 year ago
luccioman d27adc2b92 Fixed language detector initialization and NullPointerException cases.
8 years ago
reger b017e97421 optimize condenser language detection a little.
8 years ago
reger 6f0b073bf3 override detected language (statistic langdetect) only with TLD determided
9 years ago
reger b65e2b527d include use of condenser's content text for language detection.
9 years ago
Michael Peter Christen 135a123a77 less logging in new language detection
9 years ago
Ryszard Goń 59096935d0 Use language-detection library for increased accuracy
10 years ago
Michael Peter Christen e101c2e0e2 added changes from copperdust (submitted by email):
13 years ago
orbiter f667b9c289 enhanced identificator: using AtomicInteger for counter
14 years ago
low012 3d95981f7d *) cleaning up the code a little bit
14 years ago
orbiter 60e71876ad - more abstraction (HashMap -> Map)
15 years ago
orbiter dd459281c8 applied code changes that are recommended by PMD
15 years ago
orbiter 4a5100789f replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration.
15 years ago
orbiter b79f4f062f refactoring of yacy documents and parsers: they depend now only on the kelondro classes
15 years ago