Difference between revisions of "User:Asfrent/MSc Log"
Jump to navigation
Jump to search
(Created page with "= MSc = == Plan, questions, stuff == === Short term plan / Pendings === * Write a DCG for the apertium stream format. * Research UTF and Prolog. * Write a simple PoS disambi...") |
|||
Line 21: | Line 21: | ||
* Read about tagging, CG and rules. |
* Read about tagging, CG and rules. |
||
* Wrote a Prolog script that reads all the lines from a file. |
* Wrote a Prolog script that reads all the lines from a file. |
||
=== 12.07.2014 === |
|||
* Started to read CG docs in order to make the design of the data structures. |
|||
* Did a bit of research on Prolog DCG. |
|||
* Wrote stream tokenizer in Prolog. |
|||
* Wrote token splitter in Prolog. |
Revision as of 10:25, 13 July 2014
Contents
MSc
Plan, questions, stuff
Short term plan / Pendings
- Write a DCG for the apertium stream format.
- Research UTF and Prolog.
- Write a simple PoS disambiguator that makes a random choice.
Questions
- Question 1
- Question 2
- Question 3
Log
11.07.2014
- Read ILP paper from Francis.
- Got MIL code, did a few tests.
- Tracked down and downloaded test data from Apertium project for the tagger.
- Read about tagging, CG and rules.
- Wrote a Prolog script that reads all the lines from a file.
12.07.2014
- Started to read CG docs in order to make the design of the data structures.
- Did a bit of research on Prolog DCG.
- Wrote stream tokenizer in Prolog.
- Wrote token splitter in Prolog.