public class WordPairStatList extends Object
List of word pairs with statistical information
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
WordPairStatList(String filename,
int maxSpan,
boolean writingMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(WordPairStat stat) |
void |
close() |
WordPairStat |
get(int index) |
int |
getCacheSize() |
void |
setCacheSize(int size) |
int |
size() |
public WordPairStatList(String filename, int maxSpan, boolean writingMode)
public void setCacheSize(int size)
public int getCacheSize()
public WordPairStat get(int index)
public boolean add(WordPairStat stat)
public int size()
public void close()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.