Programowanie w systemie UNIX/regex: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m →‎Opis: opis
m online
Linia 1:
 
=Opis=
* przetwarzanie języka naturalnego<ref>[https://class.coursera.org/nlp/lecture Natural Language Processing by Dan Jurafsky, Christopher Manning from Stanford]</ref>
* stackoverflow <ref>[http://stackoverflow.com/questions/4736/learning-regular-expressions stackoverflow question : learning-regular-expressions]</ref>
*
 
=Online =
* regexpal<ref>[http://www.regexpal.com/ regexpal online]</ref>
 
=Zastosowania=
* przetwarzanie języka naturalnego<ref>[https://class.coursera.org/nlp/lecture Natural Language Processing by Dan Jurafsky, Christopher Manning from Stanford]</ref>
* znajdowanie powtarzających się schematów ( pattern discovery )
** java<ref>[http://stackoverflow.com/questions/21961729/finding-a-repeated-pattern-in-a-string stackoverflow question : finding-a-repeated-pattern-in-a-string]</ref>
** R <ref>[http://stackoverflow.com/questions/19477406/regular-expression-find-repeated-patterns stackoverflow question : regular-expression-find-repeated-patterns]</ref>
=Test online =
* regexpal<ref>[http://www.regexpal.com/ regexpal online]</ref>
* [https://regex101.com/ regex101]
* [http://regexr.com/ regexr]
* [http://www.regexplanet.com/advanced/java/index.html regexplanet]
=Źródła=
<references/>