2,153
edits
(5 intermediate revisions by the same user not shown) | |||
Line 20: | Line 20: | ||
* Learning Systems - statistical | * Learning Systems - statistical | ||
Old Bailey IE project - | Old Bailey IE project - 17th century english (Online) | ||
* POS - assigned in Token (noun, verb, etc) | * POS - assigned in Token (noun, verb, etc) | ||
Line 62: | Line 62: | ||
* Rules based on tokens and lookups | * Rules based on tokens and lookups | ||
Phase: MatchingStyles | |||
Input: Lookup | |||
Options: control = appelt | |||
Rule: Test1 | |||
( | |||
({Lookup.majorType == location})? | |||
{Lookup.majorType == loc_key} | |||
):match | |||
--> | |||
:match.Location = {rule=Test1} | |||
Copying features: :match.Location = { type = :match.Lookup.minorType} | |||
== To review, gotchas == | == To review, gotchas == | ||
Line 79: | Line 92: | ||
* WebSphinx crawler CREOLE plugin | * WebSphinx crawler CREOLE plugin | ||
* [http://www.semanticsoftware.info/semantic-assistants-architecture GATE NLP web services] | |||
= Other notes = | = Other notes = | ||
== Lucene data store and | == Lucene data store and ANNIC == | ||
* Use <null> for default set | * Use <null> for default set |