2018-08-15 22:37:23 +00:00
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup >
<TargetFramework > netstandard2.0</TargetFramework>
<Platforms > AnyCPU;x64</Platforms>
2018-08-18 03:25:10 +00:00
<GeneratePackageOnBuild > true</GeneratePackageOnBuild>
<Version > 0.1.0</Version>
<Description > Botsharp NLP is a platform for building C# programs to work with human language data. It is the NLP low-level processing library of the BotSharp robot construction platform. It provides a separate installation package for downloading. It can be used as a common POS, NER and text classification service in the NLP field, providing a variety of machine learning algorithms to switch freely.</Description>
<Copyright > MIT</Copyright>
<RepositoryUrl > https://github.com/Oceania2018/BotSharp</RepositoryUrl>
<RepositoryType > git</RepositoryType>
<PackageProjectUrl > https://github.com/Oceania2018/BotSharp</PackageProjectUrl>
<Authors > Haiping Chen, Bo Peng</Authors>
<Company > Personal</Company>
<PackageReleaseNotes > RegexTokenizer and RegexStemmer.</PackageReleaseNotes>
<PackageIconUrl > https://raw.githubusercontent.com/Oceania2018/BotSharp/master/BotSharp.WebHost/wwwroot/images/BotSharp.png</PackageIconUrl>
<PackageTags > BotSharp, NLP, NLU, POS, CRS, NER, LSTM, CRF</PackageTags>
2018-08-15 22:37:23 +00:00
</PropertyGroup>
2018-08-21 22:37:09 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
<DefineConstants > DEBUG;TRACE</DefineConstants>
</PropertyGroup>
2018-08-16 22:27:50 +00:00
<ItemGroup >
2018-08-21 14:43:24 +00:00
<ProjectReference Include= "..\BotSharp.MachineLearning\BotSharp.MachineLearning.csproj" />
2018-08-16 22:27:50 +00:00
</ItemGroup>
<ItemGroup >
<Compile Update= "NER\README.cs" >
<SubType > Code</SubType>
</Compile>
</ItemGroup>
2018-08-15 22:37:23 +00:00
</Project>