aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/searchsummary/docsummary/linguisticsannotation.cpp
blob: 4b4cb2d960246f8964e531596f8b9c119f4c6425 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "linguisticsannotation.h"

namespace search::linguistics {

const vespalib::string SPANTREE_NAME("linguistics");

}