update filelist

This commit is contained in:
Mengjuei 2013-11-10 22:05:35 -08:00
parent c324eda5a9
commit dc5a6d0a37
1 changed files with 218 additions and 131 deletions

View File

@ -1,132 +1,219 @@
. .
├── AppDelegate.h ├── McBopomofo.xcodeproj/
├── AppDelegate.m ├── README.markdown
├── Data ├── Source
│ ├── BPMFBase.txt │   ├── AppDelegate.h
│ ├── BPMFMappings.txt │   ├── AppDelegate.m
│ ├── BPMFPunctuations.txt │   ├── CandidateUI
│ ├── Makefile │   │   ├── VTCandidateController.h
│ ├── README │   │   ├── VTCandidateController.m
│ ├── bin │   │   ├── VTHorizontalCandidateController.h
│ │ ├── BIG5toUTF8.pl │   │   ├── VTHorizontalCandidateController.m
│ │ ├── Makefile │   │   ├── VTHorizontalCandidateView.h
│ │ ├── README │   │   ├── VTHorizontalCandidateView.m
│ │ ├── build4wlist.bash │   │   ├── VTVerticalCandidateController.h
│ │ ├── buildFreq.bash │   │   ├── VTVerticalCandidateController.m
│ │ ├── cook.rb │   │   ├── VTVerticalCandidateTableView.h
│ │ ├── count.occurrence.c │   │   ├── VTVerticalCandidateTableView.m
│ │ ├── count.occurrence.pl │   │   ├── VTVerticalKeyLabelStripView.h
│ │ ├── count.occurrence.py │   │   └── VTVerticalKeyLabelStripView.m
│ │ ├── countphrase.bash │   ├── Data
│ │ ├── filter.bash │   │   ├── BPMFBase.txt
│ │ ├── randomShuffle.bash │   │   ├── BPMFMappings.txt
│ │ ├── typocorrection.bash │   │   ├── BPMFPunctuations.txt
│ │ └── utf8length.pl │   │   ├── Makefile
│ ├── heterophony1.list │   │   ├── PhraseFreq.txt
│ ├── heterophony2.list │   │   ├── README
│ ├── heterophony3.list │   │   ├── Symbols.txt
│ └── phrase.occ │   │   ├── bin
├── Engine │   │   │   ├── C_Version
│ ├── Gramambular │   │   │   │   ├── Makefile
│ │ ├── Bigram.h │   │   │   │   ├── count.bash
│ │ ├── BlockReadingBuilder.h │   │   │   │   └── count.occurrence.c
│ │ ├── Gramambular.h │   │   │   ├── README
│ │ ├── Grid.h │   │   │   ├── Sample_Prep
│ │ ├── KeyValuePair.h │   │   │   │   ├── build.bash
│ │ ├── LanguageModel.h │   │   │   │   ├── filter.bash
│ │ ├── Node.h │   │   │   │   └── filter.py
│ │ ├── NodeAnchor.h │   │   │   ├── bpmfmap.py
│ │ ├── Span.h │   │   │   ├── buildFreq.py
│ │ ├── Unigram.h │   │   │   ├── cook-plain-bpmf.py
│ │ └── Walker.h │   │   │   ├── cook.py
│ ├── Mandarin │   │   │   ├── count.bash
│ │ ├── Mandarin.cpp │   │   │   ├── count.occurrence.py
│ │ └── Mandarin.h │   │   │   ├── disabled
│ ├── OpenVanilla │   │   │   │   ├── BIG5toUTF8.pl
│ │ ├── OVAroundFilter.h │   │   │   │   ├── bpmfmap_human.py
│ │ ├── OVBase.h │   │   │   │   ├── build4wlist.bash
│ │ ├── OVBenchmark.h │   │   │   │   ├── buildFreq.bash
│ │ ├── OVCINDataTable.h │   │   │   │   ├── cook.rb
│ │ ├── OVCINDatabaseService.h │   │   │   │   ├── count.occurrence.pl
│ │ ├── OVCINToSQLiteConvertor.h │   │   │   │   ├── countphrase.bash
│ │ ├── OVCandidateService.h │   │   │   │   ├── filter.bash
│ │ ├── OVDatabaseService.h │   │   │   │   ├── randomShuffle.bash
│ │ ├── OVDateTimeHelper.h │   │   │   │   ├── typocorrection.bash
│ │ ├── OVEncodingService.h │   │   │   │   └── utf8length.pl
│ │ ├── OVEventHandlingContext.h │   │   │   ├── nonCJK_filter.py
│ │ ├── OVException.h │   │   │   ├── self-score-test.py
│ │ ├── OVFileHelper.h │   │   │   └── textpool.rc
│ │ ├── OVFrameworkInfo.h │   │   ├── data-plain-bpmf.txt
│ │ ├── OVInputMethod.h │   │   ├── data.txt
│ │ ├── OVKey.h │   │   ├── exclusion.txt
│ │ ├── OVKeyPreprocessor.h │   │   ├── heterophony1.list
│ │ ├── OVKeyValueMap.h │   │   ├── heterophony2.list
│ │ ├── OVLoaderBase.h │   │   ├── heterophony3.list
│ │ ├── OVLoaderService.h │   │   ├── memo
│ │ ├── OVLocalization.h │   │   │   ├── blacklist.txt
│ │ ├── OVModule.h │   │   │   ├── covered_by_others.txt
│ │ ├── OVModulePackage.h │   │   │   ├── covered_by_singles.txt
│ │ ├── OVOutputFilter.h │   │   │   └── falsecount.txt
│ │ ├── OVPathInfo.h │   │   └── phrase.occ
│ │ ├── OVSQLiteDatabaseService.h │   ├── Engine
│ │ ├── OVSQLiteWrapper.h │   │   ├── FastLM.cpp
│ │ ├── OVStringHelper.h │   │   ├── FastLM.h
│ │ ├── OVTextBuffer.h │   │   ├── Gramambular
│ │ ├── OVUTF8Helper.h │   │   │   ├── Bigram.h
│ │ ├── OVWildcard.h │   │   │   ├── BlockReadingBuilder.h
│ │ └── OpenVanilla.h │   │   │   ├── Gramambular.h
│ ├── SimpleLM.cpp │   │   │   ├── Grid.h
│ └── SimpleLM.h │   │   │   ├── KeyValuePair.h
├── English.lproj │   │   │   ├── LanguageModel.h
│ ├── InfoPlist.strings │   │   │   ├── Node.h
│ ├── Localizable.strings │   │   │   ├── NodeAnchor.h
│ ├── MainMenu.xib │   │   │   ├── Span.h
│ └── preferences.xib │   │   │   ├── Unigram.h
├── IconMaker │   │   │   └── Walker.h
│ ├── AppIconRendererView.h │   │   ├── Mandarin
│ ├── AppIconRendererView.m │   │   │   ├── Mandarin.cpp
│ ├── IconMaker-Info.plist │   │   │   └── Mandarin.h
│ ├── IconMaker-Prefix.pch │   │   └── OpenVanilla
│ ├── IconMakerAppDelegate.h │   │   ├── OVAroundFilter.h
│ ├── IconMakerAppDelegate.m │   │   ├── OVBase.h
│ ├── ImageZoomInView.h │   │   ├── OVBenchmark.h
│ ├── ImageZoomInView.m │   │   ├── OVCINDataTable.h
│ ├── TISIconRendererView.h │   │   ├── OVCINDatabaseService.h
│ ├── TISIconRendererView.m │   │   ├── OVCINToSQLiteConvertor.h
│ ├── en.lproj │   │   ├── OVCandidateService.h
│ │ ├── Credits.rtf │   │   ├── OVDatabaseService.h
│ │ ├── InfoPlist.strings │   │   ├── OVDateTimeHelper.h
│ │ └── MainMenu.xib │   │   ├── OVEncodingService.h
│ └── main.m │   │   ├── OVEventHandlingContext.h
├── Images │   │   ├── OVException.h
│ ├── Bopomofo.tiff │   │   ├── OVFileHelper.h
│ ├── BopomofoSelected.tiff │   │   ├── OVFrameworkInfo.h
│ ├── Lettuce.icns │   │   ├── OVInputMethod.h
│ ├── favicon.ico │   │   ├── OVKey.h
│ ├── favicon.png │   │   ├── OVKeyPreprocessor.h
│ └── favicon.tiff │   │   ├── OVKeyValueMap.h
├── InputMethodController.h │   │   ├── OVLoaderBase.h
├── InputMethodController.mm │   │   ├── OVLoaderService.h
├── Lettuce.xcodeproj │   │   ├── OVLocalization.h
│ └── project.pbxproj │   │   ├── OVModule.h
├── Makefile │   │   ├── OVModulePackage.h
├── McBopomofo-Info.plist │   │   ├── OVOutputFilter.h
├── McBopomofo-Prefix.pch │   │   ├── OVPathInfo.h
├── OVInputSourceHelper.h │   │   ├── OVSQLiteDatabaseService.h
├── OVInputSourceHelper.m │   │   ├── OVSQLiteWrapper.h
├── PreferencesWindowController.h │   │   ├── OVStringHelper.h
├── PreferencesWindowController.m │   │   ├── OVTextBuffer.h
├── README │   │   ├── OVUTF8Helper.h
├── Tools │   │   ├── OVWildcard.h
│ ├── genRTF.py │   │   └── OpenVanilla.h
│ └── tistool.m │   ├── IconMaker
├── UpdateNotificationController.h │   │   ├── AppIconRendererView.h
├── UpdateNotificationController.m │   │   ├── AppIconRendererView.m
├── UpdateNotificationController.xib │   │   ├── BopomofoIconRenderView.h
├── main.m │   │   ├── BopomofoIconRenderView.m
└── zh-Hant.lproj │   │   ├── IconMaker-Info.plist
├── InfoPlist.strings │   │   ├── IconMaker-Prefix.pch
├── Localizable.strings │   │   ├── IconMaker.xcodeproj
└── preferences.xib │   │   │   └── project.pbxproj
│   │   ├── IconMakerAppDelegate.h
13 directories, 116 files │   │   ├── IconMakerAppDelegate.m
│   │   ├── ImageZoomInView.h
│   │   ├── ImageZoomInView.m
│   │   ├── TISIconRendererView.h
│   │   ├── TISIconRendererView.m
│   │   ├── en.lproj
│   │   │   └── MainMenu.xib
│   │   └── main.m
│   ├── Images
│   │   ├── Bopomofo.tiff
│   │   ├── Bopomofo@2x.tiff
│   │   ├── BopomofoTextMenu.tiff
│   │   ├── BopomofoTextMenu@2x.tiff
│   │   ├── McBopomofo.iconset
│   │   │   ├── icon_128x128.png
│   │   │   ├── icon_128x128@2x.png
│   │   │   ├── icon_16x16.png
│   │   │   ├── icon_16x16@2x.png
│   │   │   ├── icon_256x256.png
│   │   │   ├── icon_256x256@2x.png
│   │   │   ├── icon_32x32.png
│   │   │   ├── icon_32x32@2x.png
│   │   │   ├── icon_512x512.png
│   │   │   └── icon_512x512@2x.png
│   │   ├── PlainBopomofo.tiff
│   │   ├── PlainBopomofo@2x.tiff
│   │   ├── favicon.ico
│   │   ├── favicon.png
│   │   └── favicon.tiff
│   ├── InputMethodController.h
│   ├── InputMethodController.mm
│   ├── Installer
│   │   ├── AppDelegate.h
│   │   ├── AppDelegate.m
│   │   ├── Installer-Info.plist
│   │   ├── Installer-Prefix.pch
│   │   ├── en.lproj
│   │   │   ├── InfoPlist.strings
│   │   │   ├── License.rtf
│   │   │   ├── Localizable.strings
│   │   │   └── MainMenu.xib
│   │   ├── main.m
│   │   └── zh-Hant.lproj
│   │   ├── InfoPlist.strings
│   │   ├── License.rtf
│   │   ├── Localizable.strings
│   │   └── MainMenu.xib
│   ├── McBopomofo-Info.plist
│   ├── McBopomofo-Prefix.pch
│   ├── OVInputSourceHelper.h
│   ├── OVInputSourceHelper.m
│   ├── PreferencesWindowController.h
│   ├── PreferencesWindowController.m
│   ├── README
│   ├── Tools
│   │   ├── genRTF.py
│   │   └── tistool.m
│   ├── UpdateNotificationController.h
│   ├── UpdateNotificationController.m
│   ├── en.lproj
│   │   ├── InfoPlist.strings
│   │   ├── Localizable.strings
│   │   ├── MainMenu.xib
│   │   ├── UpdateNotificationController.xib
│   │   └── preferences.xib
│   ├── main.m
│   └── zh-Hant.lproj
│   ├── InfoPlist.strings
│   ├── Localizable.strings
│   ├── MainMenu.xib
│   ├── UpdateNotificationController.xib
│   └── preferences.xib
├── Sphinx
│   ├── Makefile
│   └── source
│   ├── conf.py
│   └── index.rst
├── Tests
│   ├── 1.txt
│   └── 2.txt
└── Website
├── index-source.markdown
├── markdown.css
├── textpool-source.markdown
└── updates
├── Info.plist
├── getVersion.bash
└── index.html