-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Virsona develops top-notch artificial intelligence chat-bots for education, politics, individuals, and businesses. Virsona has also developed dozens of independent tools ranging from efficient calculation tools to natural language analyzers. Some of those are available to you: low-level libraries are under the MIT License and intelligent tools and utilities under GPL. For other utilities available for licensing, see [http://www.virsonainc.com/ Virsona Solutions].
-
Hepple Part of Speech Tagger Plugin: Mark Hepple's Part of Speech Tagger, translated into C# and a plugin using Plugger Base and Grammarian. The Hepple tagger is a fast, rule-based tagger; the plugin also exposes the tagger's lexicon which lists all allowed parts of speech for any word.
-
Grammarian: Interface for the "Grammar" plugins: POS tagger, Grammar Parser, Nouns and Verbs morphology
-
Plugger Base: A sophisticated framework for Plugins, with inter-plugin communication and exposable user interfaces
-
Enumeration Tools: Useful IEnumerable generics: IAppendEnumerable, IMapEnumerable, and ISkipEnumerable