Revision | 80738e5f750f424cb96193dfc2aa2028b53905d0 (tree) |
---|---|
Zeit | 2016-10-26 18:51:29 |
Autor | Takuya Sakurai <azyobuzin@user...> |
Commiter | Takuya Sakurai |
LibNMeCab46Stream プロジェクトを作成
@@ -1,10 +1,10 @@ | ||
1 | 1 | //------------------------------------------------------------------------------ |
2 | 2 | // <auto-generated> |
3 | -// This code was generated by a tool. | |
4 | -// Runtime Version:4.0.30319.34014 | |
3 | +// このコードはツールによって生成されました。 | |
4 | +// ランタイム バージョン:4.0.30319.42000 | |
5 | 5 | // |
6 | -// Changes to this file may cause incorrect behavior and will be lost if | |
7 | -// the code is regenerated. | |
6 | +// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 | |
7 | +// コードが再生成されるときに損失したりします。 | |
8 | 8 | // </auto-generated> |
9 | 9 | //------------------------------------------------------------------------------ |
10 | 10 |
@@ -12,7 +12,7 @@ namespace NMeCab.Properties { | ||
12 | 12 | |
13 | 13 | |
14 | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
15 | - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] | |
15 | + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] | |
16 | 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { |
17 | 17 | |
18 | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
@@ -43,7 +43,7 @@ namespace NMeCab.Properties { | ||
43 | 43 | |
44 | 44 | [global::System.Configuration.ApplicationScopedSettingAttribute()] |
45 | 45 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
46 | - [global::System.Configuration.DefaultSettingValueAttribute("dic")] | |
46 | + [global::System.Configuration.DefaultSettingValueAttribute("dic\\ipadic")] | |
47 | 47 | public string DicDir { |
48 | 48 | get { |
49 | 49 | return ((string)(this["DicDir"])); |
@@ -9,7 +9,7 @@ | ||
9 | 9 | <Value Profile="(Default)">lattice</Value> |
10 | 10 | </Setting> |
11 | 11 | <Setting Name="DicDir" Type="System.String" Scope="Application"> |
12 | - <Value Profile="(Default)">dic</Value> | |
12 | + <Value Profile="(Default)">dic\ipadic</Value> | |
13 | 13 | </Setting> |
14 | 14 | </Settings> |
15 | 15 | </SettingsFile> |
\ No newline at end of file |
@@ -0,0 +1,53 @@ | ||
1 | +//------------------------------------------------------------------------------ | |
2 | +// <auto-generated> | |
3 | +// このコードはツールによって生成されました。 | |
4 | +// ランタイム バージョン:4.0.30319.42000 | |
5 | +// | |
6 | +// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 | |
7 | +// コードが再生成されるときに損失したりします。 | |
8 | +// </auto-generated> | |
9 | +//------------------------------------------------------------------------------ | |
10 | + | |
11 | +namespace NMeCab.Properties { | |
12 | + | |
13 | + | |
14 | + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | |
15 | + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] | |
16 | + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { | |
17 | + | |
18 | + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); | |
19 | + | |
20 | + public static Settings Default { | |
21 | + get { | |
22 | + return defaultInstance; | |
23 | + } | |
24 | + } | |
25 | + | |
26 | + [global::System.Configuration.ApplicationScopedSettingAttribute()] | |
27 | + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |
28 | + [global::System.Configuration.DefaultSettingValueAttribute("")] | |
29 | + public string UserDic { | |
30 | + get { | |
31 | + return ((string)(this["UserDic"])); | |
32 | + } | |
33 | + } | |
34 | + | |
35 | + [global::System.Configuration.ApplicationScopedSettingAttribute()] | |
36 | + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |
37 | + [global::System.Configuration.DefaultSettingValueAttribute("lattice")] | |
38 | + public string OutputFormatType { | |
39 | + get { | |
40 | + return ((string)(this["OutputFormatType"])); | |
41 | + } | |
42 | + } | |
43 | + | |
44 | + [global::System.Configuration.ApplicationScopedSettingAttribute()] | |
45 | + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |
46 | + [global::System.Configuration.DefaultSettingValueAttribute("dic\\ipadic")] | |
47 | + public string DicDir { | |
48 | + get { | |
49 | + return ((string)(this["DicDir"])); | |
50 | + } | |
51 | + } | |
52 | + } | |
53 | +} |
@@ -0,0 +1,147 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | |
4 | + <PropertyGroup> | |
5 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
6 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
7 | + <ProjectGuid>{6831370D-007E-404D-BFE8-777D41514A8D}</ProjectGuid> | |
8 | + <OutputType>Library</OutputType> | |
9 | + <AppDesignerFolder>Properties</AppDesignerFolder> | |
10 | + <RootNamespace>NMeCab</RootNamespace> | |
11 | + <AssemblyName>LibNMeCab</AssemblyName> | |
12 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> | |
13 | + <FileAlignment>512</FileAlignment> | |
14 | + </PropertyGroup> | |
15 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
16 | + <DebugSymbols>true</DebugSymbols> | |
17 | + <DebugType>full</DebugType> | |
18 | + <Optimize>false</Optimize> | |
19 | + <OutputPath>bin\Debug\</OutputPath> | |
20 | + <DefineConstants>TRACE;DEBUG;EXT;STREAM</DefineConstants> | |
21 | + <ErrorReport>prompt</ErrorReport> | |
22 | + <WarningLevel>4</WarningLevel> | |
23 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> | |
24 | + </PropertyGroup> | |
25 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
26 | + <DebugType>pdbonly</DebugType> | |
27 | + <Optimize>true</Optimize> | |
28 | + <OutputPath>bin\Release\</OutputPath> | |
29 | + <DefineConstants>TRACE;EXT;STREAM</DefineConstants> | |
30 | + <ErrorReport>prompt</ErrorReport> | |
31 | + <WarningLevel>4</WarningLevel> | |
32 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> | |
33 | + </PropertyGroup> | |
34 | + <ItemGroup> | |
35 | + <Reference Include="System" /> | |
36 | + <Compile Include="..\LibNMeCab\Core\BitUtils.cs"> | |
37 | + <Link>Core\BitUtils.cs</Link> | |
38 | + </Compile> | |
39 | + <Compile Include="..\LibNMeCab\Core\CharInfo.cs"> | |
40 | + <Link>Core\CharInfo.cs</Link> | |
41 | + </Compile> | |
42 | + <Compile Include="..\LibNMeCab\Core\CharProperty.cs"> | |
43 | + <Link>Core\CharProperty.cs</Link> | |
44 | + </Compile> | |
45 | + <Compile Include="..\LibNMeCab\Core\Connector.cs"> | |
46 | + <Link>Core\Connector.cs</Link> | |
47 | + </Compile> | |
48 | + <Compile Include="..\LibNMeCab\Core\DoubleArray.cs"> | |
49 | + <Link>Core\DoubleArray.cs</Link> | |
50 | + </Compile> | |
51 | + <Compile Include="..\LibNMeCab\Core\IniParser.cs"> | |
52 | + <Link>Core\IniParser.cs</Link> | |
53 | + </Compile> | |
54 | + <Compile Include="..\LibNMeCab\Core\MeCabDictionary.cs"> | |
55 | + <Link>Core\MeCabDictionary.cs</Link> | |
56 | + </Compile> | |
57 | + <Compile Include="..\LibNMeCab\Core\MeCabPath.cs"> | |
58 | + <Link>Core\MeCabPath.cs</Link> | |
59 | + </Compile> | |
60 | + <Compile Include="..\LibNMeCab\Core\NBestGenerator.cs"> | |
61 | + <Link>Core\NBestGenerator.cs</Link> | |
62 | + </Compile> | |
63 | + <Compile Include="..\LibNMeCab\Core\PriorityQueue.cs"> | |
64 | + <Link>Core\PriorityQueue.cs</Link> | |
65 | + </Compile> | |
66 | + <Compile Include="..\LibNMeCab\Core\StrUtils.cs"> | |
67 | + <Link>Core\StrUtils.cs</Link> | |
68 | + </Compile> | |
69 | + <Compile Include="..\LibNMeCab\Core\Token.cs"> | |
70 | + <Link>Core\Token.cs</Link> | |
71 | + </Compile> | |
72 | + <Compile Include="..\LibNMeCab\Core\Tokenizer.cs"> | |
73 | + <Link>Core\Tokenizer.cs</Link> | |
74 | + </Compile> | |
75 | + <Compile Include="..\LibNMeCab\Core\Utils.cs"> | |
76 | + <Link>Core\Utils.cs</Link> | |
77 | + </Compile> | |
78 | + <Compile Include="..\LibNMeCab\Core\Viterbi.cs"> | |
79 | + <Link>Core\Viterbi.cs</Link> | |
80 | + </Compile> | |
81 | + <Compile Include="..\LibNMeCab\Core\Writer.cs"> | |
82 | + <Link>Core\Writer.cs</Link> | |
83 | + </Compile> | |
84 | + <Compile Include="..\LibNMeCab\Extension\FeatureExtension.cs"> | |
85 | + <Link>Extension\FeatureExtension.cs</Link> | |
86 | + </Compile> | |
87 | + <Compile Include="..\LibNMeCab\Extension\IpaDic\IpaDicFeatureExtension.cs"> | |
88 | + <Link>Extension\IpaDic\IpaDicFeatureExtension.cs</Link> | |
89 | + </Compile> | |
90 | + <Compile Include="..\LibNMeCab\Extension\UniDic\UniDicFeatureExtension.cs"> | |
91 | + <Link>Extension\UniDic\UniDicFeatureExtension.cs</Link> | |
92 | + </Compile> | |
93 | + <Compile Include="..\LibNMeCab\MeCabDictionaryType.cs"> | |
94 | + <Link>MeCabDictionaryType.cs</Link> | |
95 | + </Compile> | |
96 | + <Compile Include="..\LibNMeCab\MeCabException.cs"> | |
97 | + <Link>MeCabException.cs</Link> | |
98 | + </Compile> | |
99 | + <Compile Include="..\LibNMeCab\MeCabFileFormatException.cs"> | |
100 | + <Link>MeCabFileFormatException.cs</Link> | |
101 | + </Compile> | |
102 | + <Compile Include="..\LibNMeCab\MeCabInvalidFileException.cs"> | |
103 | + <Link>MeCabInvalidFileException.cs</Link> | |
104 | + </Compile> | |
105 | + <Compile Include="..\LibNMeCab\MeCabLatticeLevel.cs"> | |
106 | + <Link>MeCabLatticeLevel.cs</Link> | |
107 | + </Compile> | |
108 | + <Compile Include="..\LibNMeCab\MeCabNode.cs"> | |
109 | + <Link>MeCabNode.cs</Link> | |
110 | + </Compile> | |
111 | + <Compile Include="..\LibNMeCab\MeCabNodeStat.cs"> | |
112 | + <Link>MeCabNodeStat.cs</Link> | |
113 | + </Compile> | |
114 | + <Compile Include="..\LibNMeCab\MeCabParam.cs"> | |
115 | + <Link>MeCabParam.cs</Link> | |
116 | + </Compile> | |
117 | + <Compile Include="..\LibNMeCab\MeCabTagger.cs"> | |
118 | + <Link>MeCabTagger.cs</Link> | |
119 | + </Compile> | |
120 | + <Compile Include="..\LibNMeCab\Properties\Settings.Designer.cs"> | |
121 | + <Link>Properties\Settings.Designer.cs</Link> | |
122 | + <AutoGen>True</AutoGen> | |
123 | + <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
124 | + <DependentUpon>Settings.settings</DependentUpon> | |
125 | + </Compile> | |
126 | + <Compile Include="..\LibNMeCab\Properties\SharedAssemblyInfo.cs"> | |
127 | + <Link>Properties\SharedAssemblyInfo.cs</Link> | |
128 | + </Compile> | |
129 | + <Compile Include="..\LibNMeCab\Settings.cs"> | |
130 | + <Link>Settings.cs</Link> | |
131 | + </Compile> | |
132 | + <None Include="..\LibNMeCab\Properties\Settings.settings"> | |
133 | + <Link>Properties\Settings.settings</Link> | |
134 | + <Generator>SettingsSingleFileGenerator</Generator> | |
135 | + <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
136 | + </None> | |
137 | + <None Include="app.config" /> | |
138 | + </ItemGroup> | |
139 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
140 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
141 | + Other similar extension points exist, see Microsoft.Common.targets. | |
142 | + <Target Name="BeforeBuild"> | |
143 | + </Target> | |
144 | + <Target Name="AfterBuild"> | |
145 | + </Target> | |
146 | + --> | |
147 | +</Project> | |
\ No newline at end of file |
@@ -0,0 +1,21 @@ | ||
1 | +<?xml version="1.0" encoding="utf-8" ?> | |
2 | +<configuration> | |
3 | + <configSections> | |
4 | + <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > | |
5 | + <section name="NMeCab.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> | |
6 | + </sectionGroup> | |
7 | + </configSections> | |
8 | + <applicationSettings> | |
9 | + <NMeCab.Properties.Settings> | |
10 | + <setting name="UserDic" serializeAs="String"> | |
11 | + <value /> | |
12 | + </setting> | |
13 | + <setting name="OutputFormatType" serializeAs="String"> | |
14 | + <value>lattice</value> | |
15 | + </setting> | |
16 | + <setting name="DicDir" serializeAs="String"> | |
17 | + <value>dic\ipadic</value> | |
18 | + </setting> | |
19 | + </NMeCab.Properties.Settings> | |
20 | + </applicationSettings> | |
21 | +</configuration> | |
\ No newline at end of file |
@@ -1,7 +1,7 @@ | ||
1 | 1 | |
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
3 | -# Visual Studio 2013 | |
4 | -VisualStudioVersion = 12.0.31101.0 | |
3 | +# Visual Studio 14 | |
4 | +VisualStudioVersion = 14.0.25420.1 | |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1 |
6 | 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibNMeCab", "LibNMeCab\LibNMeCab.csproj", "{3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}" |
7 | 7 | EndProject |
@@ -17,6 +17,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibNMeCabTest", "LibNMeCabT | ||
17 | 17 | EndProject |
18 | 18 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibNMeCab35", "LibNMeCab35\LibNMeCab35.csproj", "{4FFE4221-2F41-446E-BE59-D9CFCDF91AC6}" |
19 | 19 | EndProject |
20 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibNMeCab46Stream", "LibNMeCab46Stream\LibNMeCab46Stream.csproj", "{6831370D-007E-404D-BFE8-777D41514A8D}" | |
21 | +EndProject | |
20 | 22 | Global |
21 | 23 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
22 | 24 | Debug|Any CPU = Debug|Any CPU |
@@ -97,6 +99,18 @@ Global | ||
97 | 99 | {4FFE4221-2F41-446E-BE59-D9CFCDF91AC6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU |
98 | 100 | {4FFE4221-2F41-446E-BE59-D9CFCDF91AC6}.Release|Mixed Platforms.Build.0 = Release|Any CPU |
99 | 101 | {4FFE4221-2F41-446E-BE59-D9CFCDF91AC6}.Release|x86.ActiveCfg = Release|Any CPU |
102 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
103 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
104 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | |
105 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | |
106 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Debug|x86.ActiveCfg = Debug|Any CPU | |
107 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Debug|x86.Build.0 = Debug|Any CPU | |
108 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
109 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Release|Any CPU.Build.0 = Release|Any CPU | |
110 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | |
111 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Release|Mixed Platforms.Build.0 = Release|Any CPU | |
112 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Release|x86.ActiveCfg = Release|Any CPU | |
113 | + {6831370D-007E-404D-BFE8-777D41514A8D}.Release|x86.Build.0 = Release|Any CPU | |
100 | 114 | EndGlobalSection |
101 | 115 | GlobalSection(SolutionProperties) = preSolution |
102 | 116 | HideSolutionNode = FALSE |