Loading README.md +3 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ Built initial Corrector Module using ngrams on brown corpus Integrated separate checker/corrector and crawler modules into one package Implemented Serialization and Deserialization of TrieNode for crawler (limited compression to 1KB per site by tracking incremental compressed size) Implemented Serialization and Deserialization of TrieNode for crawler Implemented streaming for GUI so that output appears as it crawls each site Loading @@ -187,6 +187,8 @@ Built initial checker module using statisical methods Implemented TrieNode structure for crawler to use ngrams and track conditional probabilities Limited compression to 1KB per site by tracking incremental compressed size in crawler Implemented logic for making correction and ranking based on differences Implemented GUI text highlighter for checker Loading Loading
README.md +3 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ Built initial Corrector Module using ngrams on brown corpus Integrated separate checker/corrector and crawler modules into one package Implemented Serialization and Deserialization of TrieNode for crawler (limited compression to 1KB per site by tracking incremental compressed size) Implemented Serialization and Deserialization of TrieNode for crawler Implemented streaming for GUI so that output appears as it crawls each site Loading @@ -187,6 +187,8 @@ Built initial checker module using statisical methods Implemented TrieNode structure for crawler to use ngrams and track conditional probabilities Limited compression to 1KB per site by tracking incremental compressed size in crawler Implemented logic for making correction and ranking based on differences Implemented GUI text highlighter for checker Loading