| Package | Description |
|---|---|
| edu.ucla.sspace.mains | |
| edu.ucla.sspace.text | |
| edu.ucla.sspace.text.corpora |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FixedDurationTemporalRandomIndexingMain.parseDocumentsMultiThreaded(FixedDurationTemporalRandomIndexing fdTri,
Iterator<TemporalDocument> docIter,
TimeSpan timeSpan,
int numThreads)
Calls
processDocument once for every document in docIter using a the
specified number thread to call processSpace on the TemporalSemanticSpace instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
TemporalFileDocument
A
TemporalDocument implementation backed by a File whose
contents are used for the document text. |
class |
TemporalStringDocument
A
TemporalDocument implementation backed by a String whose
contents are used for the document text. |
| Modifier and Type | Method and Description |
|---|---|
TemporalDocument |
OneLinePerTemporalDocumentIterator.next()
Returns the next document from the file.
|
TemporalDocument |
FileListTemporalDocumentIterator.next()
Returns the next document from the list.
|
| Modifier and Type | Method and Description |
|---|---|
protected TemporalDocument |
TemporalUsenetCorpusReader.UseNetIterator.advanceInDoc()
Iterates over the utterances in a file and appends the words to
create a new document.
|
protected TemporalDocument |
TemporalBloglinesCorpusReader.BloglinesIterator.advanceInDoc()
Iterates over the utterances in a file and appends the words to
create a new document.
|
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<TemporalDocument> |
TemporalUsenetCorpusReader.corpusIterator(Iterator<File> files) |
protected Iterator<TemporalDocument> |
TemporalBloglinesCorpusReader.corpusIterator(Iterator<File> files)
|
Copyright © 2012. All Rights Reserved.