- FileBackedBilingualCorpus - Class in es.ehu.si.ixa.prebmt.model.filebacked
-
- FileBackedCorpusAlignment - Class in es.ehu.si.ixa.prebmt.model.filebacked
-
A
CorpusAlignment
backed by a file created by an external word
aligner like GIZA++.
- FileBackedCorpusAlignment(File) - Constructor for class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedCorpusAlignment
-
Creates a new corpus alignment backed by the given file created by an
external aligner.
- FileBackedIdManager<T> - Class in es.ehu.si.ixa.prebmt.model.filebacked
-
A file-backed id manager that maps every distinct value to a unique long id.
- FileBackedIdManager(File) - Constructor for class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedIdManager
-
Creates an id manager backed by the given file.
- FileBackedIdManager.Builder<T> - Class in es.ehu.si.ixa.prebmt.model.filebacked
-
A builder to create
FileBackedIdManager
instances by adding
values that it associates with unique ids.
- FileBackedIdManager.Builder(File) - Constructor for class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedIdManager.Builder
-
Constructs an empty builder backed by the given file.
- FileBackedMonolingualCorpus - Class in es.ehu.si.ixa.prebmt.model.filebacked
-
- FileBackedMonolingualCorpus(File, String, boolean) - Constructor for class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
-
Creates a monolingual corpus backed in the given directory with the given
id.
- FileBackedMonolingualCorpus.Builder - Class in es.ehu.si.ixa.prebmt.model.filebacked
-
- FileBackedMonolingualCorpus.Builder(File, String, boolean) - Constructor for class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus.Builder
-
Constructs an empty builder backed in the given directory.
- fileReader(String) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the UTF-8 reader for the given file.
- fileReader(String, String) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the reader for the given file that uses the specified encoding.
- fileReader(String, Charset) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the reader for the given file that uses the specified encoding.
- fileWriter(String) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the UTF-8 writer for the given file.
- fileWriter(String, String) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the writer for the given file that uses the specified encoding.
- fileWriter(String, Charset) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the writer for the given file that uses the specified encoding.
- flush() - Method in interface es.ehu.si.ixa.prebmt.translation.TranslationWriter
-
Flushes the underlying output stream.
- flush() - Method in class es.ehu.si.ixa.prebmt.translation.XMLTranslationWriter
-
- FreelingAnalyzer - Class in es.ehu.si.ixa.prebmt.analysis
-
An analyzer that uses Freeling as its backend.
- FreelingAnalyzer(String, String) - Constructor for class es.ehu.si.ixa.prebmt.analysis.FreelingAnalyzer
-
Constructs a new analyzer that uses the specified installation of Freeling.