Package edu.fiu.jtlex.algorithms
Interface ITLEXAlgorithm
- All Known Implementing Classes:
TLEXAlgorithm
public interface ITLEXAlgorithm
Abstraction for jTLEX entry point
- Since:
- jTLEX 1.0
-
Method Summary
-
Method Details
-
process
Receives a directory's path and processes all the timeML files in it (.tml)- Parameters:
sourceDirectory
- Directory to process.- Throws:
NullPointerException
- If sourceDirectory is nullIllegalArgumentException
- If sourceDirectory is not a directory- Since:
- jTLEX 1.0
-