Changes between Version 16 and Version 17 of private/NlpInPracticeCourse/CorpusIndexing
- Timestamp:
- Nov 29, 2024, 11:04:08 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
private/NlpInPracticeCourse/CorpusIndexing
v16 v17 51 51 The corpus compilation process takes more than 30 minutes. 52 52 53 After successful compilation, try :53 After successful compilation, try (again with full path): 54 54 {{{ 55 time corpquery bnc '[word="test"] [word="case"]'55 time corpquery ./bnc '[word="test"] [word="case"]' 56 56 }}} 57 57