![]() |
VOOZH | about |
dotnet add package Lucy.net --version 1.0.12-preview
NuGet\Install-Package Lucy.net -Version 1.0.12-preview
<PackageReference Include="Lucy.net" Version="1.0.12-preview" />
<PackageVersion Include="Lucy.net" Version="1.0.12-preview" />Directory.Packages.props
<PackageReference Include="Lucy.net" />Project file
paket add Lucy.net --version 1.0.12-preview
#r "nuget: Lucy.net, 1.0.12-preview"
#:package Lucy.net@1.0.12-preview
#addin nuget:?package=Lucy.net&version=1.0.12-preview&prereleaseInstall as a Cake Addin
#tool nuget:?package=Lucy.net&version=1.0.12-preview&prereleaseInstall as a Cake Tool
Lucy is an Entity Recognition engine which defines a simple yaml syntax for recognizing entities in text.
Lucy's core concept is that:
Entities are cascading patterns of tokens and entities.
Lucy focuses on capturing your knowledge by focusing on token patterns.
Token patterns are a natural way of building a model, because it allows you to focus on the fragments of information you understand in way that is instantly testable and naturally builds up to more complex entities.
Lucy has 2 core concepts:
When authoring you want immediate feedback on the impact of your changes. Lucy acheives this by not requiring any training or even CLI tool to be invoked to see the results of your changes.
Traditional ML systems require you to "invent" many permutations of sentence structure and the laboriously label them for the system to understand your patterns.
Lucy focuses on a syntax which needs minimal changes to affect your desired outcome and maximizes the reuse.
The Lucy engine can be run on it's own and work perfectly fine, but it can also be coupled with existing LU engines such as LUIS or Orchestrator to great benefit.
There are 2 factors controlling language support in Lucy.
Lucy uses off the shelf Lucene token analyzers to tokenize text into tokens. There are currently token analyzers for 29 lanuages:
The Microsoft.Text.Recognizers libraries provide support for core entity types:
Microsoft.Text.Recognizers support 15 languages
See Microsoft.Text.Recognizers for a complete listing of languages and support.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 1 NuGet packages that depend on Lucy.net:
| Package | Downloads |
|---|---|
|
Iciclecreek.Bot.Builder.Dialogs.Recognizers.Lucy
Adds custom LucyRecognizer (using Lucy.Net entity recognition) to Bot Framework and Bot Composer. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.12-preview | 1,430 | 4/22/2022 |
| 1.0.11-preview | 299 | 4/22/2022 |
| 1.0.10-preview | 736 | 4/21/2022 |
| 1.0.9-preview | 851 | 5/29/2021 |
| 1.0.8-preview | 931 | 3/14/2021 |
| 1.0.6-preview | 660 | 3/8/2021 |
| 1.0.5-preview | 777 | 2/3/2021 |
| 1.0.4-preview | 477 | 2/3/2021 |
| 1.0.3-preview | 626 | 12/31/2020 |
| 1.0.2-preview | 678 | 12/29/2020 |
| 1.0.1-preview | 538 | 12/28/2020 |
| 1.0.0-preview | 367 | 12/28/2020 |