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