Skip to content

Commit

Permalink
Add RIBES.
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrugHug8 committed Dec 11, 2023
1 parent bed374d commit 4f18eff
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 321 deletions.
31 changes: 31 additions & 0 deletions BleuNet/BleuNet - Backup.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net8.0;net481;net48;net472;net471;net47;net462</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageTags>BLEU;EvaluationMetric;MT;MachineTranslation;Translate;Translation;NLP</PackageTags>
<Description>BleuNet is a C# class library for calculating the BLEU score, a metric for evaluating the quality of machine translations.</Description>
<Title>BleuNet</Title>
<PackageProjectUrl>https://github.com/cidrugHug8/bleunet</PackageProjectUrl>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions BleuNet/BleuNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

</Project>
Loading

0 comments on commit 4f18eff

Please sign in to comment.