summaryrefslogtreecommitdiffstats
path: root/linguistics/src/main/java/com/yahoo/language/simple/package-info.java
blob: 846085ea5178ad1ca8cc3319bba2464d825d8a97 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright 2017 Yahoo Holdings. 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.
 */