refactored singularize() function in utils.py to make use of SnowballStemmer to convert plural words to singular form
fixed the smartJoin() function to use regex for whitespace removal
fixed a minor bug in use of convert_to_json.py, wherein the output of roundtrip.sh script wasn't compatible. The import_data() now checks if confidence score is available during the conversion process
Summary of changes: