robots.txt

This commit is contained in:
adueck 2023-08-18 20:17:46 +04:00
parent 773ae85002
commit 4895cdfb5d
3 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,3 @@
# https://www.robotstxt.org/robotstxt.html # https://www.robotstxt.org/robotstxt.html
User-agent: * User-agent: *
Disallow: Allow: /

View File

@ -31,7 +31,11 @@ function ParserDemo({ opts }: { opts: T.TextOptions }) {
} }
return ( return (
<div className="mt-3" style={{ marginBottom: "1000px" }}> <div className="mt-3" style={{ marginBottom: "1000px" }}>
<p>Type an NP or full kernel verb phrase (not fully working!)</p> <div>Type a sentence to parse</div>
<div className="small text-muted">
(IN PROGRESS: limited vocab and not working for APs, compound verbs, or
grammatically transitive verbs allowed... yet)
</div>
<div className="form-group mb-2"> <div className="form-group mb-2">
<input <input
dir="rtl" dir="rtl"

View File

@ -10,10 +10,23 @@ import { makePronounSelection } from "../phrase-building/make-selections";
import { isFirstOrSecondPersPronoun } from "../phrase-building/render-vp"; import { isFirstOrSecondPersPronoun } from "../phrase-building/render-vp";
// to hide equatives type-doubling issue // to hide equatives type-doubling issue
// demo
// ماشوم
// ماشومان
// خوږ
// masc plur
// past tense
// ماشومانو ښځه ولیدله
// ماشومانو ښځه ولیدله
// cool examples: // cool examples:
// زه خوږې ماشومې وهم // زه ماشوم وهم
// ماشومان سړي ولیدل // وهلم // خواږه
// ماشومانو سړي ولیدل
// ومې لیدې
// ویې وهم
// map over transitivities, to give transitive / gramm. transitive optionns // map over transitivities, to give transitive / gramm. transitive optionns