AvsAn 3.2.0
Find the english language indeterminate article ('a' or 'an') for a word. Based on real usage patterns extracted from the wikipedia text dump; can therefore even deal with tricky edge cases such as acronyms (FIAT vs. FAA, NASA vs. NSA) and odd symbols. (Requires .NET Core 1.0 or .NET 4.5)
Install-Package AvsAn -Version 3.2.0
dotnet add package AvsAn --version 3.2.0
<PackageReference Include="AvsAn" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AvsAn --version 3.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AvsAn, 3.2.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Fix typo in propery name Occurence-> Occurrence; some performance improvements; source link support bumped.
Dependencies
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AvsAn:
Repository | Stars |
---|---|
LiamKenneth/ArchaicQuest
ArchaicQuest a Multi User Dungeon (MUD) - Text based MMORPG in C# :dragon:
|