reorganizing the layout

This commit is contained in:
Mengjuei 2012-02-26 16:30:59 -08:00
parent 373c631036
commit 8e5c540597
1 changed files with 104 additions and 97 deletions

View File

@ -2,108 +2,113 @@
├── AppDelegate.h ├── AppDelegate.h
├── AppDelegate.m ├── AppDelegate.m
├── Data ├── Data
│   ├── BPMFBase.txt │ ├── BPMFBase.txt
│   ├── BPMFMappings.txt │ ├── BPMFMappings.txt
│   ├── BPMFPunctuations.txt │ ├── BPMFPunctuations.txt
│   ├── Makefile │ ├── Makefile
│   ├── PhraseFreq.txt │ ├── README
│   ├── README │ ├── bin
│   ├── bin │ │ ├── BIG5toUTF8.pl
│   │   ├── BIG5toUTF8.pl │ │ ├── Makefile
│   │   ├── build4wlist.bash │ │ ├── README
│   │   ├── buildFreq.bash │ │ ├── build4wlist.bash
│   │   ├── cook.rb │ │ ├── buildFreq.bash
│   │   ├── countphrase.bash │ │ ├── cook.rb
│   │   ├── filter.bash │ │ ├── count.occurrence.c
│   │   ├── randomShuffle.bash │ │ ├── count.occurrence.pl
│   │   └── typocorrection.bash │ │ ├── count.occurrence.py
│   ├── heterophony1.list │ │ ├── countphrase.bash
│   ├── heterophony2.list │ │ ├── filter.bash
│   ├── heterophony3.list │ │ ├── randomShuffle.bash
│   └── phrase.occ │ │ ├── typocorrection.bash
│ │ └── utf8length.pl
│ ├── heterophony1.list
│ ├── heterophony2.list
│ ├── heterophony3.list
│ └── phrase.occ
├── Engine ├── Engine
│   ├── Gramambular ├── Gramambular
│   │   ├── Bigram.h ├── Bigram.h
│   │   ├── BlockReadingBuilder.h ├── BlockReadingBuilder.h
│   │   ├── Gramambular.h ├── Gramambular.h
   │   ├── Grid.h ├── Grid.h
   │   ├── KeyValuePair.h ├── KeyValuePair.h
   │   ├── LanguageModel.h ├── LanguageModel.h
   │   ├── Node.h ├── Node.h
   │   ├── NodeAnchor.h ├── NodeAnchor.h
   │   ├── Span.h ├── Span.h
   │   ├── Unigram.h ├── Unigram.h
   │   └── Walker.h └── Walker.h
   ├── Mandarin ├── Mandarin
   │   ├── Mandarin.cpp ├── Mandarin.cpp
   │   └── Mandarin.h └── Mandarin.h
   ├── OpenVanilla ├── OpenVanilla
   │   ├── OVAroundFilter.h ├── OVAroundFilter.h
   │   ├── OVBase.h ├── OVBase.h
   │   ├── OVBenchmark.h ├── OVBenchmark.h
   │   ├── OVCINDataTable.h ├── OVCINDataTable.h
   │   ├── OVCINDatabaseService.h ├── OVCINDatabaseService.h
   │   ├── OVCINToSQLiteConvertor.h ├── OVCINToSQLiteConvertor.h
   │   ├── OVCandidateService.h ├── OVCandidateService.h
   │   ├── OVDatabaseService.h ├── OVDatabaseService.h
   │   ├── OVDateTimeHelper.h ├── OVDateTimeHelper.h
   │   ├── OVEncodingService.h ├── OVEncodingService.h
   │   ├── OVEventHandlingContext.h ├── OVEventHandlingContext.h
   │   ├── OVException.h ├── OVException.h
   │   ├── OVFileHelper.h ├── OVFileHelper.h
   │   ├── OVFrameworkInfo.h ├── OVFrameworkInfo.h
   │   ├── OVInputMethod.h ├── OVInputMethod.h
   │   ├── OVKey.h ├── OVKey.h
   │   ├── OVKeyPreprocessor.h ├── OVKeyPreprocessor.h
   │   ├── OVKeyValueMap.h ├── OVKeyValueMap.h
   │   ├── OVLoaderBase.h ├── OVLoaderBase.h
   │   ├── OVLoaderService.h ├── OVLoaderService.h
   │   ├── OVLocalization.h ├── OVLocalization.h
   │   ├── OVModule.h ├── OVModule.h
   │   ├── OVModulePackage.h ├── OVModulePackage.h
   │   ├── OVOutputFilter.h ├── OVOutputFilter.h
   │   ├── OVPathInfo.h ├── OVPathInfo.h
   │   ├── OVSQLiteDatabaseService.h ├── OVSQLiteDatabaseService.h
   │   ├── OVSQLiteWrapper.h ├── OVSQLiteWrapper.h
   │   ├── OVStringHelper.h ├── OVStringHelper.h
   │   ├── OVTextBuffer.h ├── OVTextBuffer.h
   │   ├── OVUTF8Helper.h ├── OVUTF8Helper.h
   │   ├── OVWildcard.h ├── OVWildcard.h
   │   └── OpenVanilla.h └── OpenVanilla.h
   ├── SimpleLM.cpp ├── SimpleLM.cpp
   └── SimpleLM.h └── SimpleLM.h
├── English.lproj ├── English.lproj
   ├── InfoPlist.strings ├── InfoPlist.strings
   ├── Localizable.strings ├── Localizable.strings
   ├── MainMenu.xib ├── MainMenu.xib
   └── preferences.xib └── preferences.xib
├── IconMaker ├── IconMaker
   ├── AppIconRendererView.h ├── AppIconRendererView.h
   ├── AppIconRendererView.m ├── AppIconRendererView.m
   ├── IconMaker-Info.plist ├── IconMaker-Info.plist
   ├── IconMaker-Prefix.pch ├── IconMaker-Prefix.pch
   ├── IconMakerAppDelegate.h ├── IconMakerAppDelegate.h
   ├── IconMakerAppDelegate.m ├── IconMakerAppDelegate.m
   ├── ImageZoomInView.h ├── ImageZoomInView.h
   ├── ImageZoomInView.m ├── ImageZoomInView.m
   ├── TISIconRendererView.h ├── TISIconRendererView.h
   ├── TISIconRendererView.m ├── TISIconRendererView.m
   ├── en.lproj ├── en.lproj
   │   ├── Credits.rtf ├── Credits.rtf
   │   ├── InfoPlist.strings ├── InfoPlist.strings
   │   └── MainMenu.xib └── MainMenu.xib
   └── main.m └── main.m
├── Images ├── Images
   ├── Bopomofo.tiff ├── Bopomofo.tiff
   ├── BopomofoSelected.tiff ├── BopomofoSelected.tiff
   ├── Lettuce.icns ├── Lettuce.icns
   ├── favicon.ico ├── favicon.ico
   ├── favicon.png ├── favicon.png
   └── favicon.tiff └── favicon.tiff
├── InputMethodController.h ├── InputMethodController.h
├── InputMethodController.mm ├── InputMethodController.mm
├── Lettuce.xcodeproj ├── Lettuce.xcodeproj
   └── project.pbxproj └── project.pbxproj
├── Makefile ├── Makefile
├── McBopomofo-Info.plist ├── McBopomofo-Info.plist
├── McBopomofo-Prefix.pch ├── McBopomofo-Prefix.pch
@ -113,8 +118,8 @@
├── PreferencesWindowController.m ├── PreferencesWindowController.m
├── README ├── README
├── Tools ├── Tools
   ├── genRTF.py ├── genRTF.py
   └── tistool.m └── tistool.m
├── UpdateNotificationController.h ├── UpdateNotificationController.h
├── UpdateNotificationController.m ├── UpdateNotificationController.m
├── UpdateNotificationController.xib ├── UpdateNotificationController.xib
@ -123,3 +128,5 @@
├── InfoPlist.strings ├── InfoPlist.strings
├── Localizable.strings ├── Localizable.strings
└── preferences.xib └── preferences.xib
13 directories, 116 files