Pinned Repositories
lingvo--classify
Автоклассификация текста на русском языке
lingvo--LanguageDetector
Implementation of detection a few language
lingvo--Ner-en
Named entity recognition (NER) in English texts
lingvo--Ner-ru
Named entity recognition (NER) in Russian texts / Определение именованных сущностей (NER) в тексте на русском языке
lingvo--PosTagger-ru
Определение частей речи / Нормализация текста: приведение всех слов к словарной форме в тексте на русском языке
lingvo--Syntax-ru
Определение синтаксических ролей слов в предложении в тексте на русском языке
lingvo--TextSegmenter
Text segmentation into separate words using a simple unigram model and the Viterbi algorithm
m3u8
m3u8 file downloader library and chrome & firefox extensions/add-on's
MsSqlServerDatabaseTablesGraph
Web application visualizing the relationship database tables ms-sql-server, based on existing referential integrity (ASP.NET MVC & d3.js)
SuffixArray
Implementation of suffix array
zamgi's Repositories
zamgi/m3u8
m3u8 file downloader library and chrome & firefox extensions/add-on's
zamgi/lingvo--Ner-ru
Named entity recognition (NER) in Russian texts / Определение именованных сущностей (NER) в тексте на русском языке
zamgi/lingvo--classify
Автоклассификация текста на русском языке
zamgi/lingvo--TextSegmenter
Text segmentation into separate words using a simple unigram model and the Viterbi algorithm
zamgi/lingvo--Ner-en
Named entity recognition (NER) in English texts
zamgi/lingvo--LanguageDetector
Implementation of detection a few language
zamgi/lingvo--PosTagger-ru
Определение частей речи / Нормализация текста: приведение всех слов к словарной форме в тексте на русском языке
zamgi/lingvo--Syntax-ru
Определение синтаксических ролей слов в предложении в тексте на русском языке
zamgi/MsSqlServerDatabaseTablesGraph
Web application visualizing the relationship database tables ms-sql-server, based on existing referential integrity (ASP.NET MVC & d3.js)
zamgi/SuffixArray
Implementation of suffix array
zamgi/lingvo--NER--German
Named-entity recognition in German language using combined of deep neural network and ruled-based approach in C# for .NET
zamgi/lingvo--PosTagger-NER-ru-dnn
Part of speech tagging of words and Named-entity recognition in Russian language using deep neural network in C# for .NET
zamgi/lingvo--SentSplitter
Detection borders of a sentence
zamgi/BPlusTree
Implementation of B+Tree
zamgi/lingvo--PosTagger-en
Part-of-Speech Tagging / Normalization of words in English texts
zamgi/RTree
Implementation of R-Tree
zamgi/lingvo--IpAddressDetector
Detection of IP(v4) addresses in the text
zamgi/lingvo--UrlDetector
Detection in the text Url and E-mail addresses
zamgi/1brc
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with C#
zamgi/ReleaseStandbyMemoryPages
Release Standby Memory Pages on Windows
zamgi/Seq2SeqSharp
Seq2SeqSharp is a tensor based fast & flexible encoder-decoder deep neural network framework written by .NET (C#). It has many highlighted features, such as automatic differentiation, many different types of encoders/decoders(Transformer, LSTM, BiLSTM and so on), multi-GPUs supported and so on.