|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.cs.ref.tool.io.CandidatesSentenceWriter
public class CandidatesSentenceWriter
Constructor Summary | |
---|---|
CandidatesSentenceWriter()
|
Method Summary | |
---|---|
static void |
writeCandidateSentences(java.util.Set<CandidateSentence> candidates,
java.lang.String output)
Method to write a set of candidate sentences to a file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CandidatesSentenceWriter()
Method Detail |
---|
public static void writeCandidateSentences(java.util.Set<CandidateSentence> candidates, java.lang.String output) throws java.io.IOException
candidates
- the set of candidate sentences to be writtenoutput
- the path to the file where the candidate sentences will be written
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |