Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 870 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 870 Bytes

EmailParser

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.

Vision and Contribution

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.

Current Structure

The current use django framework for populating and displaying the entries. For email parsing, Stanford NLP Parser is used.