This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
gf-core
Watch
1
Star
0
Fork
1
You've already forked gf-core
mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced
2026-06-08 01:26:32 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
32f16106893768881157a1c778c1e7fd68267317
gf-core
/
treebanks
/
PennTreebank
History
kr.angelov
475f213c99
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The later is now retrained. Once the grammar is compiled with the .probs file now it doesn't need anything more to do robust parsing. The robustness itself is controlled by the flags 'heuristic_search_factor', 'meta_prob' and 'meta_token_prob' in ParseEngAbs.gf
2013-11-06 10:21:46 +00:00
..
coverage.hs
added simple script for estimating the coverage on the PennTreebank
2013-03-28 09:15:38 +00:00
Dependencies.hs
added configuration file which defines the heads for all syntactic functions in ParseEng
2013-03-21 13:39:24 +00:00
Idents.hs
…
Monad.hs
…
ParseEngAbs.heads
added configuration file which defines the heads for all syntactic functions in ParseEng
2013-03-21 13:39:24 +00:00
ParseEngAbs.probs
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The later is now retrained. Once the grammar is compiled with the .probs file now it doesn't need anything more to do robust parsing. The robustness itself is controlled by the flags 'heuristic_search_factor', 'meta_prob' and 'meta_token_prob' in ParseEngAbs.gf
2013-11-06 10:21:46 +00:00
PennFormat.hs
…
training.hs
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The later is now retrained. Once the grammar is compiled with the .probs file now it doesn't need anything more to do robust parsing. The robustness itself is controlled by the flags 'heuristic_search_factor', 'meta_prob' and 'meta_token_prob' in ParseEngAbs.gf
2013-11-06 10:21:46 +00:00
translate.hs
…