Your peers in the course Natural Language Processing at the TU München create and share summaries, flashcards, study plans and other learning materials with the intelligent StudySmarter learning app.
Get started now!
Natural Language Processing
How do you describe ranges with regular expressions?
With the minus symbol [ -‐ ]:
[A-Z] an upper case letter
Natural Language Processing
How would you search for not [A-Z] (negation)?
caret: [^ ]: negation (if first in [ ]):
[^A-Z] not an upper case letter
Natural Language Processing
Types of expressions
Natural Language Processing
Wie schreibt man mittels disjunction Woodchuck or woodchuck?
[wW]oodchuck
Natural Language Processing
How can you write "h! or oh! or ooh!" with regular expressions?
o*h!
*: zero or more of previous char or expr
Natural Language Processing
How can you specify one or more of previous char or expr with regular expressions?
Using the + qunatifier:
o+h! --> oh! or ooh! or oooh! ...
Natural Language Processing
If you want to specify how often (min and max) a char needs to appear, which expression do you need?
{min, max}:
a{3,5} --> aaa or aaaa or aaaaa
Natural Language Processing
What is the advantage of NN over SVM?
SVM classification efficieny decreases with increase in training data.
Natural Language Processing
Which expression do you need to search for any char?
The dot .?
beg.n --> begin or begun or beg3n ...
Natural Language Processing
What dies normalizing a text mean?
Normalizing text means converting it
to a more convenient, standard form. For example, most of what we are going to
do with language relies on first separating out or tokenizing words from running
text, the task of tokenization.
Natural Language Processing
How would someone disjunct two word like yours or mine?
With a |:
yours|mine
Natural Language Processing
Which qunatifier do you need to describe an optional char, that could be used to search for both color and colour?
The ? (optional previous char or expr) qunatifier:
colou?r
For your degree program Natural Language Processing at the TU München there are already many courses on StudySmarter, waiting for you to join them. Get access to flashcards, summaries, and much more.
Back to TU München overview pageStudySmarter is an intelligent learning tool for students. With StudySmarter you can easily and efficiently create flashcards, summaries, mind maps, study plans and more. Create your own flashcards e.g. for Natural Language Processing at the TU München or access thousands of learning materials created by your fellow students. Whether at your own university or at other universities. Hundreds of thousands of students use StudySmarter to efficiently prepare for their exams. Available on the Web, Android & iOS. It’s completely free.
Best EdTech Startup in Europe