-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
23 lines (19 loc) · 1.34 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#############################################################################################
#############################################################################################
#############################################################################################
AUTHOR: Alex Djalali
COMPANY: Stanford University
EMAIL: [email protected]
WEBSITE: http://www.stanford.edu/~djalali/
#############################################################################################
#############################################################################################
#############################################################################################
This is the python implementation to the set-theoretic solution I give for the
ranking problem in Partial Order Optimality Theory, which can be stated as
follows: Allowing for free variation, given a finite set of input/output pairs,
i.e., a dataset, that a speaker knows to be part of some language, how can
learn the set of all grammars under some constraint set compatible with that
dataset?
#############################################################################################
#############################################################################################
#############################################################################################