https://github.com/zamgi/lingvo--urldetector
Detection in the text Url and E-mail addresses
https://github.com/zamgi/lingvo--urldetector
linguistics lingvo url-detector
Last synced: about 1 year ago
JSON representation
Detection in the text Url and E-mail addresses
- Host: GitHub
- URL: https://github.com/zamgi/lingvo--urldetector
- Owner: zamgi
- License: mit
- Created: 2016-09-23T08:59:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T18:44:37.000Z (over 1 year ago)
- Last Synced: 2025-03-06T19:32:54.314Z (over 1 year ago)
- Topics: linguistics, lingvo, url-detector
- Language: C#
- Size: 313 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lingvo--UrlDetector
Detection in the text Url and E-mail addresses
Url & E-mail addresses are used to indicate links to resources located in the LAN/WAN.
addresses identification occurs, usually on the first level domain name or protocol/schema type.
Options Url protocols:
-
ftp — File Transfer Protocol FTP
-
http — Hypertext Transfer Protocol HTTP
-
rtmp — Real Time Messaging Protocol proprietary protocol streaming, mainly used for streaming video and audio from the web cameras via the Internet.
-
rtsp — Real Time Streaming Protocol.
-
https — Special protocol implementation HTTP, using encryption (usually, SSL or TLS)
-
gopher — Gopher protocol
-
mailto — Address Email
-
nntp — Usenet news via NNTP protocol
-
irc — IRC protocol
-
telnet — Link to an interactive session Telnet
-
xmpp — XMPP protocol (part of Jabber)
-
file — Name of the local file
In this case, the more extended list.
Example Url links: http://en.wikipedia.org/wiki/.
Example E-mail адреса: v.petrov@habrahabr.ru.
Presented component demonstrates the allocation Url & E-mail addresses in the text.
