文件名称:SA
介绍说明--下载内容均来自于网络,请自行研究使用
压缩包中的工程包含了三种风格。adtstyle文件夹对应的是抽象数据风格,invretstyle文件夹对应的是调用返回风格,pipestyle文件夹对应的是管道过滤器风格。源代码是用MyEclipse 6.5写的。可直接将工程导入MyEclipse中即可运行,也可以运行SA文件夹里面的start.bat选择某个风格运行。
抽象数据风格的按字母排序算法用的是快速排序算法,代码位于SA\src\adtstyle\impl.AlphabetizerImpl.java,调用返回风格用的是插入排序算法,代码位于SA\src\invretstyle\Alphabetizer.java,管道过滤器风格用的是堆排序算法,代码位于SA\src\pipestyle\Alphabetizer.java。三种风格都对一些噪音词汇进行过滤,private static final String ignore = "a#$an#$and#$as#$is#$the#$of#$",上面语句中由"#$"间隔开的就是噪音词汇。SA\input.txt是输入文件,可对其进行配置来解析不同的文本。-The compression works package includes three different styles. adtstyle folder corresponding abstract data style, invretstyle folder corresponding to the call returns the style, pipestyle folder corresponding to the pipe filter style. The source code is written using MyEclipse 6.5. Directly to the project into MyEclipse to run can run SA folder inside the start.bat select a style run. Abstract data-style alphabetical sorting algorithm is quick sort algorithm, the code is located in SA, \ src \ adtstyle \ impl.AlphabetizerImpl.java, call return style is the insertion sort algorithm, the code in SA \ src \ invretstyle \ Alphabetizer.java pipe filter style using a heap sort algorithm, the code is located in SA, \ the src the \ pipestyle \ Alphabetizer.java. Three styles of some noise words filter private static final String ignore = " a# $ an# $ and# $ as# $ is# $# $ of# $" , " # $" in the above statement spaced noise words. SA, \ input.txt yes the input file can be confi
抽象数据风格的按字母排序算法用的是快速排序算法,代码位于SA\src\adtstyle\impl.AlphabetizerImpl.java,调用返回风格用的是插入排序算法,代码位于SA\src\invretstyle\Alphabetizer.java,管道过滤器风格用的是堆排序算法,代码位于SA\src\pipestyle\Alphabetizer.java。三种风格都对一些噪音词汇进行过滤,private static final String ignore = "a#$an#$and#$as#$is#$the#$of#$",上面语句中由"#$"间隔开的就是噪音词汇。SA\input.txt是输入文件,可对其进行配置来解析不同的文本。-The compression works package includes three different styles. adtstyle folder corresponding abstract data style, invretstyle folder corresponding to the call returns the style, pipestyle folder corresponding to the pipe filter style. The source code is written using MyEclipse 6.5. Directly to the project into MyEclipse to run can run SA folder inside the start.bat select a style run. Abstract data-style alphabetical sorting algorithm is quick sort algorithm, the code is located in SA, \ src \ adtstyle \ impl.AlphabetizerImpl.java, call return style is the insertion sort algorithm, the code in SA \ src \ invretstyle \ Alphabetizer.java pipe filter style using a heap sort algorithm, the code is located in SA, \ the src the \ pipestyle \ Alphabetizer.java. Three styles of some noise words filter private static final String ignore = " a# $ an# $ and# $ as# $ is# $# $ of# $" , " # $" in the above statement spaced noise words. SA, \ input.txt yes the input file can be confi
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SA\.classpath
..\.project
..\bin\adtstyle\ADTKwic.class
..\...\........\Alphabetizer.class
..\...\........\Characters.class
..\...\........\CircularShift.class
..\...\........\impl\AlphabetizerImpl$1.class
..\...\........\....\AlphabetizerImpl.class
..\...\........\....\CharactersImpl.class
..\...\........\....\CircularShiftImpl.class
..\...\........\....\LineStorageImpl.class
..\...\........\Input.class
..\...\........\LineStorage.class
..\...\........\Output.class
..\...\input.txt
..\...\..vretstyle\Alphabetizer.class
..\...\...........\CircularShift.class
..\...\...........\Input.class
..\...\...........\InvRetKwic.class
..\...\...........\Output.class
..\...\...........\Pair.class
..\...\output.txt
..\...\pipestyle\Alphabetizer.class
..\...\.........\CircularShift.class
..\...\.........\Filter.class
..\...\.........\Input.class
..\...\.........\Output.class
..\...\.........\Pipe.class
..\...\.........\PipeKwic.class
..\input.txt
..\output.txt
..\readme.txt
..\src\adtstyle\ADTKwic.java
..\...\........\Alphabetizer.java
..\...\........\Characters.java
..\...\........\CircularShift.java
..\...\........\impl\AlphabetizerImpl.java
..\...\........\....\CharactersImpl.java
..\...\........\....\CircularShiftImpl.java
..\...\........\....\LineStorageImpl.java
..\...\........\Input.java
..\...\........\LineStorage.java
..\...\........\Output.java
..\...\invretstyle\Alphabetizer.java
..\...\...........\CircularShift.java
..\...\...........\Input.java
..\...\...........\InvRetKwic.java
..\...\...........\Output.java
..\...\...........\Pair.java
..\...\pipestyle\Alphabetizer.java
..\...\.........\CircularShift.java
..\...\.........\Filter.java
..\...\.........\Input.java
..\...\.........\Output.java
..\...\.........\Pipe.java
..\...\.........\PipeKwic.java
..\start.bat
..\bin\adtstyle\impl
..\src\adtstyle\impl
..\bin\adtstyle
..\...\invretstyle
..\...\pipestyle
..\src\adtstyle
..\...\invretstyle
..\...\pipestyle
..\bin
..\src
SA
..\.project
..\bin\adtstyle\ADTKwic.class
..\...\........\Alphabetizer.class
..\...\........\Characters.class
..\...\........\CircularShift.class
..\...\........\impl\AlphabetizerImpl$1.class
..\...\........\....\AlphabetizerImpl.class
..\...\........\....\CharactersImpl.class
..\...\........\....\CircularShiftImpl.class
..\...\........\....\LineStorageImpl.class
..\...\........\Input.class
..\...\........\LineStorage.class
..\...\........\Output.class
..\...\input.txt
..\...\..vretstyle\Alphabetizer.class
..\...\...........\CircularShift.class
..\...\...........\Input.class
..\...\...........\InvRetKwic.class
..\...\...........\Output.class
..\...\...........\Pair.class
..\...\output.txt
..\...\pipestyle\Alphabetizer.class
..\...\.........\CircularShift.class
..\...\.........\Filter.class
..\...\.........\Input.class
..\...\.........\Output.class
..\...\.........\Pipe.class
..\...\.........\PipeKwic.class
..\input.txt
..\output.txt
..\readme.txt
..\src\adtstyle\ADTKwic.java
..\...\........\Alphabetizer.java
..\...\........\Characters.java
..\...\........\CircularShift.java
..\...\........\impl\AlphabetizerImpl.java
..\...\........\....\CharactersImpl.java
..\...\........\....\CircularShiftImpl.java
..\...\........\....\LineStorageImpl.java
..\...\........\Input.java
..\...\........\LineStorage.java
..\...\........\Output.java
..\...\invretstyle\Alphabetizer.java
..\...\...........\CircularShift.java
..\...\...........\Input.java
..\...\...........\InvRetKwic.java
..\...\...........\Output.java
..\...\...........\Pair.java
..\...\pipestyle\Alphabetizer.java
..\...\.........\CircularShift.java
..\...\.........\Filter.java
..\...\.........\Input.java
..\...\.........\Output.java
..\...\.........\Pipe.java
..\...\.........\PipeKwic.java
..\start.bat
..\bin\adtstyle\impl
..\src\adtstyle\impl
..\bin\adtstyle
..\...\invretstyle
..\...\pipestyle
..\src\adtstyle
..\...\invretstyle
..\...\pipestyle
..\bin
..\src
SA