Difference between revisions of "BA/app"

From Fiamma
Jump to navigationJump to search
Line 52: Line 52:
 
==== Italian ====
 
==== Italian ====
 
???
 
???
 +
try italian or french, depending on what works better?
  
 
== Random ==
 
== Random ==

Revision as of 14:18, 26 November 2017

Primary sources

Computer linguistics: CL intro

Genetic Algorithms: An introduction to genetic algorithms

Linguistics: Dissertation partly about interferences. Has a nice error classification, error taxonomy, borrowing, tranfer etc etc. Seems like a nice intro to "What exists"

CL/ML resources

Text classification

Natural language classification with Python:Book, especially learning to classify text

With machine learning:

Error Detection

error detection using local word bigram and trigram + some others Automatic error analysis of machine translation output -- more about possible errors and ways to classify them

Somewhat similar problems being solved

Cross-cultural Deception Detection. It uses unigrams + LIWC (which is more psychological and less relevant)


Think about sentiment detection etc

Most of those things are solved via Bag of Words which won't be enough for me, I think

Linguistics

Typical errors

Russian

German

Indian

Italian

??? try italian or french, depending on what works better?

Random

Natural Language Annotation for Machine Learning ebook, seems to cover quite a lot

downloads and demos -- datasets for CL lying detection -- generally interesting

Classification-as-a-service with free examples. Gender, MBTI, etc etc etc, pretty nice