Click here to Skip to main content
15,896,557 members
Articles / Programming Languages / C++

N-gram and Fast Pattern Extraction Algorithm

Rate me:
Please Sign up or sign in to vote.
4.97/5 (82 votes)
31 Oct 2007GPL38 min read 376.6K   7.4K   171  
This article demonstrates N-gram construction and Fast Text Pattern Extraction using a modified LZW algorithm.
//
// Patterns.RC2 - resources Microsoft Visual C++ does not edit directly
//

#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
// Add manually edited resources here...

/////////////////////////////////////////////////////////////////////////////

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior)
Egypt Egypt

Comments and Discussions