Description
Supporting text-format graph data would be nice. It is helpful for developing graph algorithms and debugging because text-format graph data are human-readable and enable users to easily write sample data sets. Furthermore, text-format data are exchangeable regardless of operating systems or programming languages.
So, we need a basic InputFormat to help users develop user-defined InputFormat classes to deal text-represented graph data sets.