forked from GitHub/gf-core
doc with Dan and Nor phrasebook
This commit is contained in:
@@ -5,10 +5,10 @@ all: fin demo missing
|
|||||||
demo: compdemo linkdemo
|
demo: compdemo linkdemo
|
||||||
|
|
||||||
compdemo:
|
compdemo:
|
||||||
$(compile) Bul Dut Eng Fre Ger Ita Ron Swe DisambPhrasebookEng
|
$(compile) Bul Dan Dut Eng Fre Ger Ita Nor Ron Swe DisambPhrasebookEng
|
||||||
|
|
||||||
linkdemo:
|
linkdemo:
|
||||||
$(compile) -link Bul Dut Eng Fin Fre Ger Ita Ron Swe DisambPhrasebookEng
|
$(compile) -link Eng Bul Dan Dut Fin Fre Ger Ita Nor Ron Swe DisambPhrasebookEng
|
||||||
|
|
||||||
#separate, because slow...
|
#separate, because slow...
|
||||||
fin:
|
fin:
|
||||||
|
|||||||
@@ -17,6 +17,9 @@
|
|||||||
History
|
History
|
||||||
</P>
|
</P>
|
||||||
<UL>
|
<UL>
|
||||||
|
<LI>9 May. Version 0.7:
|
||||||
|
Danish and Norwegian added (preliminary versions induced from statistical models
|
||||||
|
and resource grammars).
|
||||||
<LI>3 May. Version 0.6:
|
<LI>3 May. Version 0.6:
|
||||||
Extended API (now final for release), Dutch added; new user interface with text
|
Extended API (now final for release), Dutch added; new user interface with text
|
||||||
input enabled.
|
input enabled.
|
||||||
@@ -75,12 +78,13 @@ The source code resides in
|
|||||||
<A HREF="http://code.haskell.org/gf/examples/phrasebook/"><CODE>code.haskell.org/gf/examples/phrasebook/</CODE></A>
|
<A HREF="http://code.haskell.org/gf/examples/phrasebook/"><CODE>code.haskell.org/gf/examples/phrasebook/</CODE></A>
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
Current status (3 May 2010):
|
Current status (9 May 2010):
|
||||||
</P>
|
</P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>small but useful coverage in abstract syntax
|
<LI>small but useful coverage in abstract syntax
|
||||||
<LI>reasonable implementations for
|
<LI>reasonable implementations for
|
||||||
Bulgarian, Dutch, English, Finnish, French, German, Italian, Romanian, Swedish
|
Bulgarian, Danish, Dutch, English, Finnish, French, German,
|
||||||
|
Italian, Norwegian, Romanian, Swedish
|
||||||
<LI>mostly just cloned for the rest of MOLTO languages
|
<LI>mostly just cloned for the rest of MOLTO languages
|
||||||
<LI>temporary user interdace
|
<LI>temporary user interdace
|
||||||
<LI>works on web browsers calling a server
|
<LI>works on web browsers calling a server
|
||||||
@@ -99,6 +103,9 @@ Incremental parsing.
|
|||||||
The use of resource grammars and functors.
|
The use of resource grammars and functors.
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
|
Example-based grammar writing and grammar induction from statistical models (Google).
|
||||||
|
</P>
|
||||||
|
<P>
|
||||||
Compile-time transfer: especially, in Action in Words.
|
Compile-time transfer: especially, in Action in Words.
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
@@ -242,6 +249,6 @@ Here are the steps to follow for contributors:
|
|||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
|
|
||||||
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
|
<!-- html code generated by txt2tags 2.5 (http://txt2tags.sf.net) -->
|
||||||
<!-- cmdline: txt2tags -thtml phrasebook.txt -->
|
<!-- cmdline: txt2tags -thtml phrasebook.txt -->
|
||||||
</BODY></HTML>
|
</BODY></HTML>
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Aarne Ranta
|
|||||||
#BSMALL
|
#BSMALL
|
||||||
|
|
||||||
History
|
History
|
||||||
|
- 9 May. Version 0.7:
|
||||||
|
Danish and Norwegian added (preliminary versions induced from statistical models
|
||||||
|
and resource grammars).
|
||||||
- 3 May. Version 0.6:
|
- 3 May. Version 0.6:
|
||||||
Extended API (now final for release), Dutch added; new user interface with text
|
Extended API (now final for release), Dutch added; new user interface with text
|
||||||
input enabled.
|
input enabled.
|
||||||
@@ -62,10 +65,11 @@ The source code resides in
|
|||||||
[``code.haskell.org/gf/examples/phrasebook/`` http://code.haskell.org/gf/examples/phrasebook/]
|
[``code.haskell.org/gf/examples/phrasebook/`` http://code.haskell.org/gf/examples/phrasebook/]
|
||||||
|
|
||||||
|
|
||||||
Current status (3 May 2010):
|
Current status (9 May 2010):
|
||||||
- small but useful coverage in abstract syntax
|
- small but useful coverage in abstract syntax
|
||||||
- reasonable implementations for
|
- reasonable implementations for
|
||||||
Bulgarian, Dutch, English, Finnish, French, German, Italian, Romanian, Swedish
|
Bulgarian, Danish, Dutch, English, Finnish, French, German,
|
||||||
|
Italian, Norwegian, Romanian, Swedish
|
||||||
- mostly just cloned for the rest of MOLTO languages
|
- mostly just cloned for the rest of MOLTO languages
|
||||||
- temporary user interdace
|
- temporary user interdace
|
||||||
- works on web browsers calling a server
|
- works on web browsers calling a server
|
||||||
@@ -82,6 +86,8 @@ Incremental parsing.
|
|||||||
|
|
||||||
The use of resource grammars and functors.
|
The use of resource grammars and functors.
|
||||||
|
|
||||||
|
Example-based grammar writing and grammar induction from statistical models (Google).
|
||||||
|
|
||||||
Compile-time transfer: especially, in Action in Words.
|
Compile-time transfer: especially, in Action in Words.
|
||||||
|
|
||||||
Quasi-incremental translation: many basic types are also used as phrases.
|
Quasi-incremental translation: many basic types are also used as phrases.
|
||||||
|
|||||||
Reference in New Issue
Block a user