public class Proximity extends Object
| Constructor and Description |
|---|
Proximity(int windowBefore,
int windowAfter)
Construct a new Proximity.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getWindowAfter()
Get the number of trailing bytes.
|
int |
getWindowBefore()
Get the number of leading bytes.
|
public Proximity(int windowBefore,
int windowAfter)
windowBefore - The number of leading characters to consider as contextwindowAfter - The number of trailing characters to consider as contextpublic int getWindowBefore()
public int getWindowAfter()
Copyright © 2022. All rights reserved.