This tool is for parsing email information about seminars, workshops and various events which can now be populated in a table that can be used to create by other applications to display and use information for informing and reminding people about various events.
The vision is to use NLP to the extent that even most complicated emails can be converted into useful data that can be used as API for other applications. The current work is more of a simple parsing and table population application and do not provide an API. Anyone who wishes to contribute to fulfill this vision is welcome. Contributions improving code structure, project structure and documentation are also welcome.
The current use django framework for populating and displaying the entries. For email parsing, Stanford NLP Parser is used.