資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?PanGu;
namespace?CustomRuleExample
{
????///?
????///?這個規則提取單詞中的Nokia
????///?
????public?class?PickupNokia?:?ICustomRule
????{
????????private?string?_Text;
????????#region?ICustomRule?Members
????????public?string?Text
????????{
????????????get
????????????{
????????????????return?_Text;
????????????}
????????????set
????????????{
????????????????_Text?=?value;
????????????}
????????}
????????public?void?AfterSegment(SuperlinkedList?result)
????????{
????????????SuperlinkedListNode?node?=?result.First;
????????????while?(node?!=?null)
????????????{
????????????????if?(node.Value.WordType?==?WordType.English)
????????????????{
????????????????????int?position?=?node.Value.W
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\
?????文件?????????357??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\.gitignore
?????目錄???????????0??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\
?????目錄???????????0??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\Debug\
?????文件?????????476??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\Debug\Demo.vshost.exe.manifest
?????目錄???????????0??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\Debug\Dict\
?????文件?????????799??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\Debug\Dict\ChsDoubleName1.txt
?????文件?????????807??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\Debug\Dict\ChsDoubleName2.txt
?????文件?????????803??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\Debug\Dict\ChsSingleName.txt
?????文件?????4797352??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\Debug\Dict\Dict.dct
?????文件?????????187??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\Debug\Dict\Stopword.txt
?????文件???????71076??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\Debug\Dict\Synonym.txt
?????文件?????????191??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\Debug\Dict\Wildcard.txt
?????文件?????????476??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Bin\Debug\DictManage.vshost.exe.manifest
?????目錄???????????0??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\BuildProcessTemplates\
?????文件???????58652??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\BuildProcessTemplates\DefaultTemplate.11.1.xaml
?????文件???????65232??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\BuildProcessTemplates\DefaultTemplate.xaml
?????文件???????22437??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\BuildProcessTemplates\LabDefaultTemplate.11.xaml
?????文件????????6800??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\BuildProcessTemplates\UpgradeTemplate.xaml
?????目錄???????????0??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Doc\
?????文件??????356864??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Doc\Mannual.doc
?????目錄???????????0??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Example\
?????目錄???????????0??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Example\CustomRuleExample\
?????文件????????2493??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Example\CustomRuleExample\CustomRuleExample.csproj
?????文件????????1382??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Example\CustomRuleExample\CustomRuleExample.sln
?????文件????????1476??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Example\CustomRuleExample\PickupNokia.cs
?????文件????????5888??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Example\CustomRuleExample\PickupVersion.cs
?????目錄???????????0??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Example\CustomRuleExample\Properties\
?????文件????????1417??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Example\CustomRuleExample\Properties\AssemblyInfo.cs
?????目錄???????????0??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Example\CustomRuleExample\obj\
?????目錄???????????0??2015-01-21?08:50??PanGu-8da7347dd2bc0ab024fa269b8a647827a2a181be\Example\CustomRuleExample\obj\Debug\
............此處省略280個文件信息
評論
共有 條評論