summaryrefslogtreecommitdiff
path: root/editeng/Library_editeng.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2012-07-30 23:11:30 +0200
committerTomaž Vajngerl <quikee@gmail.com>2012-07-30 23:43:47 +0200
commitfa351042bc425f0437bfb50d09220bedbc257948 (patch)
tree18fed4ecefc93e9e6ecec5c8bc84982dcbfdaf20 /editeng/Library_editeng.mk
parent2fe93734ba9136da402162c4c892e8af991164f9 (diff)
LookupTree for fast autocompletion lookups (by Nico Weyand).
LookupTree is a tree structure for fast autocompletion lookups. Additionally the tree structure stores word probabilities, so each autocompletion request returns a result with highest probability. LatinLookupTree is an implementation which was designed to be even faster and more efficient latin text, however it works with any kind of unicode strings. The tree structure was coded by Nico Weyand, Unicode strings support and conversion to Libreoffice code structure was done by me. Change-Id: I6549ee45d0952407b8a070f30ed0598fcb420aa7
Diffstat (limited to 'editeng/Library_editeng.mk')
-rw-r--r--editeng/Library_editeng.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/editeng/Library_editeng.mk b/editeng/Library_editeng.mk
index 276e0625ad7c..81164b94c11c 100644
--- a/editeng/Library_editeng.mk
+++ b/editeng/Library_editeng.mk
@@ -2,7 +2,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2000, 2011 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -125,6 +125,9 @@ $(eval $(call gb_Library_add_exception_objects,editeng,\
editeng/source/uno/unoviwou \
editeng/source/xml/xmltxtexp \
editeng/source/xml/xmltxtimp \
+ editeng/source/lookuptree/LatinLookupTree \
+ editeng/source/lookuptree/LatinTreeNode \
+ editeng/source/lookuptree/Node \
))
# add libraries to be linked to editeng; again these names need to be given as