Skip to content

Commit

Permalink
Upgrade NLP lib
Browse files Browse the repository at this point in the history
  • Loading branch information
studyzy committed Nov 15, 2018
1 parent ef019b9 commit 5b83414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions LearnEnglishBySubtitle/LearnEnglishBySubtitle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,8 @@
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="stanford-postagger-3.8.0, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stanford.NLP.POSTagger.3.8.0.0\lib\stanford-postagger-3.8.0.dll</HintPath>
<Private>True</Private>
<Reference Include="stanford-postagger-3.9.1, Version=3.9.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stanford.NLP.POSTagger.3.9.1.0\lib\stanford-postagger-3.9.1.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
2 changes: 1 addition & 1 deletion LearnEnglishBySubtitle/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="log4net" version="2.0.8" targetFramework="net40" requireReinstallation="true" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net40" requireReinstallation="true" />
<package id="SharpZipLib" version="1.0.0" targetFramework="net45" />
<package id="Stanford.NLP.POSTagger" version="3.8.0.0" targetFramework="net40" />
<package id="Stanford.NLP.POSTagger" version="3.9.1.0" targetFramework="net45" />
<package id="System.Data.SQLite.Core" version="1.0.109.2" targetFramework="net45" />
<package id="System.Data.SQLite.EF6" version="1.0.109.0" targetFramework="net45" />
</packages>

0 comments on commit 5b83414

Please sign in to comment.