pyTLEX: Timeline Extraction & JTLEX: Visualization for the TLEX Algorithm
--------------------------------------------

Project File Structure
-----------------------
Documents:
	Includes documentation for the pyTLEX project.
		- User Manual
		- Shortcomings and Wishlist 
		- Installation Guide
		- Scrum Meeting Minutes
			- Daily Standups
			- Sprint Retrospective
			- Sprint Planning
			- Sprint Review

Posters:

	Includes posters created by each Capstone 2 team member and the group of Capstone 1 members.

Presentation Slides:

	Includes the presentation slides introducing the software solution presented by pyTLEX.

Videos:
	Videos demonstrating the software solution
		- FIU KFSCIS-2021Fall-pyTLEX-InstallMaintenanceGuide
		- FIU KFSCIS-2021Fall-pyTLEX-IntroductionVideo
		- FIU KFSCIS-2021Fall-pyTLEX-Demo
		- FIU KFSCIS-2021Fall-pyTLEX-ShortcomingsWishlist
		- index.html (Use it to access the videos easily)

** Code

	The source code needed to run the pyTLEX library.
	
	pytlex_core/ : Contains the main classes and scripts of the library.
	pytlex_data/ : Contains the TimeBank Corpus.
	pytlex_tests/ : Contains the Test Scripts for the pyTLEX library.
	requirements.txt : Specifies the dependencies that must be installed to run the library.
	README.md : Sipmple overview of how to utilize the library
.

	