aboutsummaryrefslogtreecommitdiffstats
path: root/linguistics/src/main/java/com/yahoo/language/simple/package-info.java
blob: aa116271fd93ad008c94bf0c8497c1bd4942caa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@ExportPackage
package com.yahoo.language.simple;

import com.yahoo.osgi.annotation.ExportPackage;

/**
 * A set of simple dependency-free linguistics processors suitable for testing.
 */