// Information Storage and Retrieval Master Header

#ifndef INCLUDE_ISR
#define INCLUDE_ISR

#include "word.h"
#include "dictionary.h"

namespace ISR
{
          int SmashCasePunct( std::string & str );
          int ScanAlnum( std::string & output );
};

#endif // INCLUDE_ISR