tokeniser
There are 12 repositories under tokeniser topic.
dragonofmercy/Tokenize2
Tokenize2 is a plugin which allows your users to select multiple items from a predefined list or ajax, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook or tags on tumblr.
LanguageMachines/ucto
Unicode tokeniser. Ucto tokenizes text files: it separates words from punctuation, and splits sentences. It offers several other basic preprocessing steps such as changing case that you can all use to make your text suited for further processing such as indexing, part-of-speech tagging, or machine translation. Ucto comes with tokenisation rules for several languages and can be easily extended to suit other languages. It has been incorporated for tokenizing Dutch text in Frog, our Dutch morpho-syntactic processor. http://ilk.uvt.nl/ucto --
andreihar/taibun
Taiwanese Hokkien Transliterator and Tokeniser
jonsafari/tok-tok
A fast, simple, multilingual tokenizer
ben-sb/jisu
JavaScript Parser
kuhumcst/rtfreader
Text segmenter and tokeniser for Danish, English and other languages. Reads an RTF or flat text file and outputs the text, one line per sentence & optionally tokenized.
ztjhz/word-piece-tokenizer
A Lightweight Word Piece Tokenizer
phughesmcr/happynodetokenizer
Javascript port of HappyFunTokenizer.py by Christopher Potts and HappierFunTokenizing.py by H. Andrew Schwartz
andreihar/taibun.js
Taiwanese Hokkien Transliterator and Tokeniser
TomHarte/bas2uef
Converts BBC BASIC 2 source code into UEF files.
P0u4a/casio-parser
Find out useful information about your Casio watch
Abhigyan126/SentencePiece-Tokenisation
A python and rust implementation of SentencePiece (A language-independent subword tokeniser and de-tokeniser developed by Google)