innocence-java
    
            
                
                    Replace text with POS equivalent text, in a reversible fashion.
                
            
             
            
             
            
        
            Program takes (currently) english text sentences,  and replaces each word in a given sentence with another word having the same Part of Speach (POS) tag.  This creates a new sentence containing none of the original words.   This new sentence can then be transmitted to a remote user,  and using the same software, "de-crypted" into yielding the original sentence.
The software relies on having a known "seed" value for the random number generator, which is known only by the sender and receiver...