public class WindowBasedContextExtractor extends Object implements ContextExtractor
| Constructor and Description | 
|---|
WindowBasedContextExtractor()  | 
WindowBasedContextExtractor(int tokensLeftRight)  | 
WindowBasedContextExtractor(int tokensLeft,
                           int tokensRight)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
extractContext(Annotation annotation)  | 
static void | 
main(String[] args)  | 
public WindowBasedContextExtractor(int tokensLeft, int tokensRight)
public WindowBasedContextExtractor(int tokensLeftRight)
public WindowBasedContextExtractor()
public List<String> extractContext(Annotation annotation)
extractContext in interface ContextExtractor
 DL-Learner is licenced 						under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann