Skip to content

haven-jeon/CIIA_Korean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=================================================================================================
이 저장소에는 "실전 예제로 살펴보는 집단지성 프로그래밍"이라는 원서(Collective Intelligence in Action)의 번역서 예제 코드를 포함하고 있다. 
원서의 예제코드에서 수정 및 추가된 부분이 있어 따로 저장소를 만들어 공유하는 바이다.  
=================================================================================================



Copyright -- Collective Intelligence in Action, Satnam Alag

All code developed for the book, Collective Intelligence in Action is contained in the src directory.
Here is a brief description of the various packages.

The best way to browse the code is to look at the code through eclipse.

=================================================================================================
-- build dir contains class files 

-- src 
contains the following 2 directories
	1. eclipse -- contains the CIiAction directory with the eclipse project in ciia. 
 The blogSearchIndex and blogSearchIndex-compound are Lucene indexes that are 
created in Chapters 11 and 12. The db subdirectory contains ER diagrams generated by MyEclipse.
	 2. java -- contains the src Java files 

==================================================================================================

-- Classes in various chapters. The order is the order they appear in the manuscript.

Chapter 1

Chapter 2

Chapter 3
com.alag.ci.tagcloud.TagCloud
com.alag.ci.tagcloud.TagCloudElement
com.alag.ci.tagcloud.FontSizeComputationStrategy 
com.alag.ci.tagcloud.impl.TagCloudImpl 
com.alag.ci.tagcloud.impl.TagCloudElementImpl 
com.alag.ci.tagcloud.impl.FontSizeComputationStrategyImpl 
com.alag.ci.tagcloud.VisualizeTagCloudDecorator 
com.alag.ci.tagcloud.impl.HTMLTagCloudDecorator 
com.alag.ci.tagcloud.test.TagCloudTest 


Chapter 4
com.alag.ci.MetaDataVector 
com.alag.ci.textanalysis.MetaDataExtractor 
com.alag.ci.textanalysis.impl.SimpleMetaDataExtractor 
com.alag.ci.textanalysis.impl.SimpleStopWordMetaDataExtractor 
com.alag.ci.textanalysis.impl.SimpleStopWordStemmerMetaDataExtractor 
com.alag.ci.textanalysis.impl.SimpleBiTermStopWordStemmerMetaDataExtractor 


Chapter 5
com.alag.ci.blog.search.Blogsearcher
com.alag.ci.blog.search.BlogQueryParameter
com.alag.ci.blog.search.BlogQueryResult
com.alag.ci.blog.search.BlogSearchResponseHandler
com.alag.ci.blog.search.BlogSearcherException 
com.alag.ci.blog.search.impl.BlogQueryParameterImpl 
com.alag.ci.blog.search.impl.BlogSearcherImpl 
com.alag.ci.blog.search.impl.BlogSearchResponseHandlerImpl 
com.alag.ci.blog.search.impl.technorati.TechnoratiSearchBlogQueryParameterImpl 
com.alag.ci.blog.search.impl.technorati.TechnoratiBlogSearcherImpl 
com.alag.ci.blog.search.impl.technorati.TechnoratiResponseHandler 
com.alag.ci.blog.search.impl.rss.RSSFeedBlogQueryParameterImpl 
com.alag.ci.blog.search.impl.rss.RSSFeedBlogSearcherImpl 
com.alag.ci.blog.search.impl.rss.RSSFeedResponseHandler 

Chapter 6
com.alag.ci.webcrawler.NaiveCrawler
com.alag.ci.webcrawler.CrawlerUrl

Chapter 7
com.alag.ci.weka.tutorial.WEKATutorial 
com.alag.ci.jdm.connect.JDMConnectionExample 

Chapter 8
com.alag.ci.textanalysis.lucene.impl.PorterStemStopWordAnalyzer 
com.alag.ci.textanalysis.PhrasesCache
com.alag.ci.textanalysis.SynonymsCache
com.alag.ci.textanalysis.lucene.impl.SynonymPhraseStopWordFilter 
com.alag.ci.textanalysis.lucene.impl.SynonymPhraseStopWordAnalyzer 
com.alag.ci.textanalysis.lucene.impl.CacheImpl 
com.alag.ci.textanalysis.lucene.iml.SynonymsCacheImpl 
com.alag.ci.textanalysis.lucene.impl.PhrasesCacheImpl 
com.alag.ci.textanalysis.Tag
com.alag.ci.textanalysis.lucene.impl.TagImpl
com.alag.ci.textanalysis.TagCache
com.alag.ci.textanalysis.lucene.impl.TagCacheImpl
com.alag.ci.textanalysis.TagMagnitude
com.alag.ci.textanalysis.termvector.impl.TagMagnitudeVectorImpl 
com.alag.ci.textanalysis.InverseDocFreqEstimator
com.alag.ci.textanalysis.lucene.impl.EqualInverseDocFreqEstimator 
com.alag.ci.textanalysis.TextAnalyzer
com.alag.ci.textanalysis.lucene.impl.LuceneTextAnalyzer


Chapter 9
com.alag.ci.cluster.Clusterer
com.alag.ci.cluster.TextCluster
com.alag.ci.cluster.TextDataItem
com.alag.ci.blog.cluster.impl.BlogAnalysisDataItem 
com.alag.ci.blog.cluster.impl.BlogDataSetCreatorImpl 
com.alag.ci.textanalysis.lucene.impl.InverseDocFreqEstimatorImpl 
com.alag.ci.blog.cluster.impl.ClusterImpl 
com.alag.ci.blog.cluster.impl.TextKMeansClustererImpl 
com.alag.ci.cluster.hiercluster.HierCluster 
com.alag.ci.blog.cluster.impl.HierClusterImpl 
com.alag.ci.blog.cluster.impl.HierDistance 
com.alag.ci.blog.cluster.impl.HierarchialClusteringImpl 
com.alag.ci.blog.cluster.weka.impl.WEKABlogDataSetClusterer 
com.alag.ci.jdm.clustering.JDMClusteringExample 


Chapter 10
com.alag.ci.blog.dataset.impl.WEKAPredictiveBlogDataSetCreatorImpl 
com.alag.ci.blog.classify.weka.impl.WEKABlogClassifier 
com.alag.ci.blog.predict.weka.impl.WEKABlogPredictor 
com.alag.ci.jdm.classification.JDMClassificationExample 

Chapter 11
com.alag.ci.search.lucene.BlogSearchExample 
com.alag.ci.search.lucene.RetrievedBlogHitCollector 


Chapter 12
com.alag.ci.recoengine.RelevanceTextDataItem  
com.alag.ci.recoengine.ContentBasedBlogRecoEngine 
com.alag.ci.cf.KNNWEKAExample 
com.alag.ci.cf.SVDExample 




About

Collective Intelligence in Action Examples for Korean

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages